Allows creation of parquet based tables using the syntax
CREATE TEMPORARY TABLE ... USING org.apache.spark.sql.parquet
.
:: DeveloperApi :: Operator that acts as a sink for queries on RDDs and can be used to store the output inside a directory of Parquet files.
An alternative to ParquetRelation that plugs in using the data sources API.
:: DeveloperApi :: Parquet table scan operator.