Name of the table when referenced in a query
array of paths to CSV file(s)
Create a SQL table to be used for future queries.
Name of the table when referenced in a query
DataFrame or paths to CSV files
Create a SQL table from Apache ORC file(s).
Name of the table when referenced in a query
array of paths to ORC file(s)
Create a SQL table from Apache Parquet file(s).
Name of the table when referenced in a query
array of paths to Parquet file(s)
Returns a map with column names as keys and the column data type as values.
Drop a SQL table from SQLContext memory.
Name of the table to drop
Returns a break down of a given query's logical relational algebra plan.
SQL query
if a physical plan should be returned instead
Sends a SIGTERM
signal to all spawned workers. Essentially terminates all spawned workers and
removes any references to them.
Returns an array with the names of all created tables.
Query a SQL table and return the result as a DataFrame.
SQL query string
Initialize and return a new pool of SQLCluster workers.
options for the SQLCluster and SQLContext instance(s)
Create a SQL table from CSV file(s).