Packages

package metadata

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class GeoParquetMetadataDataSource extends FileDataSourceV2 with DataSourceRegister

    Data source for reading GeoParquet metadata.

    Data source for reading GeoParquet metadata. This could be accessed using the spark.read interface:

    val df = spark.read.format("geoparquet.metadata").load("path/to/geoparquet")
  2. case class GeoParquetMetadataPartitionReaderFactory(sqlConf: SQLConf, broadcastedConf: Broadcast[SerializableConfiguration], dataSchema: StructType, readDataSchema: StructType, partitionSchema: StructType, options: FileSourceOptions, filters: Seq[Filter]) extends FilePartitionReaderFactory with Product with Serializable
  3. case class GeoParquetMetadataScan(sparkSession: SparkSession, fileIndex: PartitioningAwareFileIndex, dataSchema: StructType, readDataSchema: StructType, readPartitionSchema: StructType, options: CaseInsensitiveStringMap, pushedFilters: Array[Filter], partitionFilters: Seq[Expression] = Seq.empty, dataFilters: Seq[Expression] = Seq.empty) extends FileScan with Product with Serializable
  4. class GeoParquetMetadataScanBuilder extends FileScanBuilder
  5. case class GeoParquetMetadataTable(name: String, sparkSession: SparkSession, options: CaseInsensitiveStringMap, paths: Seq[String], userSpecifiedSchema: Option[StructType], fallbackFileFormat: Class[_ <: FileFormat]) extends FileTable with Product with Serializable

Ungrouped