Packages

package geopackage

Type Members

  1. class GeoPackageDataSource extends FileDataSourceV2 with DataSourceRegister
  2. case class GeoPackagePartitionReader(rs: ResultSet, options: GeoPackageReadOptions, broadcastedConf: Broadcast[SerializableConfiguration], currentTempFile: File, copying: Boolean = false) extends PartitionReader[InternalRow] with Product with Serializable
  3. case class GeoPackagePartitionReaderFactory(sparkSession: SparkSession, broadcastedConf: Broadcast[SerializableConfiguration], loadOptions: GeoPackageOptions, dataSchema: StructType) extends PartitionReaderFactory with Product with Serializable
  4. case class GeoPackageScan(dataSchema: StructType, sparkSession: SparkSession, fileIndex: PartitioningAwareFileIndex, readDataSchema: StructType, readPartitionSchema: StructType, options: CaseInsensitiveStringMap, loadOptions: GeoPackageOptions) extends FileScan with Product with Serializable
  5. class GeoPackageScanBuilder extends FileScanBuilder
  6. case class GeoPackageTable(name: String, sparkSession: SparkSession, options: CaseInsensitiveStringMap, paths: Seq[String], userSpecifiedSchema: Option[StructType], fallbackFileFormat: Class[_ <: FileFormat], loadOptions: GeoPackageOptions) extends FileTable with Product with Serializable

Ungrouped