Package

io.minio.spark

select

Permalink

package select

Visibility
  1. Public
  2. All

Type Members

  1. case class SelectCSVRelation(location: Option[String], params: Map[String, String], userSchema: StructType = null)(sqlContext: SQLContext) extends BaseRelation with TableScan with PrunedScan with PrunedFilteredScan with Product with Serializable

    Permalink

    Abstract relation class to download data from S3 compatible storage

  2. class SelectCSVSource extends SchemaRelationProvider with DataSourceRegister

    Permalink
  3. case class SelectJSONRelation(location: Option[String], params: Map[String, String], userSchema: StructType = null)(sqlContext: SQLContext) extends BaseRelation with TableScan with PrunedScan with PrunedFilteredScan with Product with Serializable

    Permalink

    Abstract relation class to download data from S3 compatible storage

  4. class SelectJSONSource extends SchemaRelationProvider with DataSourceRegister

    Permalink
  5. case class SelectParquetRelation(location: Option[String], params: Map[String, String], userSchema: StructType = null)(sqlContext: SQLContext) extends BaseRelation with TableScan with PrunedScan with PrunedFilteredScan with Product with Serializable

    Permalink

    Abstract relation class to download data from S3 compatible storage

  6. class SelectParquetSource extends SchemaRelationProvider with DataSourceRegister

    Permalink

Value Members

  1. package util

    Permalink

Ungrouped