package
parquet
Type Members
-
case class
InsertIntoParquetTable(relation: ParquetRelation, child: SparkPlan, overwrite: Boolean = false)(sqlContext: SQLContext) extends SparkPlan with UnaryNode with SparkHadoopMapReduceUtil with Product with Serializable
-
case class
ParquetTableScan(output: Seq[Attribute], relation: ParquetRelation, columnPruningPred: Seq[Expression])(sqlContext: SQLContext) extends SparkPlan with LeafNode with Product with Serializable