Name of the table when referenced in a query
array of paths to CSV file(s)
Create a SQL table from cudf.DataFrames.
Name of the table when referenced in a query
cudf.DataFrame
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
Returns an array with the names of all created tables.
Returns a DataFrame pulled from the cache machine.
The message id given when initially sending the DataFrame to the cache
Sends a DataFrame to the cache machine.
The id of the destination SQLContext
The token associated with the messageId
The id used to pull the table on the destination SQLContext
Query a SQL table and return the result as a DataFrame.
SQL query string
an optional content token used for communicating multiple nodes
Create a SQL table from CSV file(s).