package
sampling
Type Members
-
case class
ColumnFormatSamplingRelation(schema: StructType, baseRelation: BaseColumnFormatRelation, sqlContext: SQLContext, samplingOptions: Map[String, String], origOptions: Map[String, String], sampleTable: String, baseSchema: StructType, baseTable: Option[String], reservoirRegionName: String, basePartitioningColumns: Seq[String], baseNumPartition: Int) extends BaseRelation with SamplingRelation with PartitionedDataSourceScan with SchemaInsertableRelation with DestroyRelation with Logging with Serializable with Product
-
final
class
DefaultSource extends RelationProvider with SchemaRelationProvider with CreatableRelationProvider with DataSourceRegister
-
class
DummyRDD extends RDD[InternalRow]
-
case class
QcsLogicalPlan(output: Seq[Attribute]) extends LeafNode with Product with Serializable
-
case class
QcsSparkPlan(output: Seq[Attribute]) extends SparkPlan with LeafExecNode with Product with Serializable
Value Members
-
object
DummyRDD extends Serializable
-