package geopackage
Type Members
- class GeoPackageDataSource extends FileDataSourceV2 with DataSourceRegister
- case class GeoPackagePartitionReader(rs: ResultSet, options: GeoPackageReadOptions, broadcastedConf: Broadcast[SerializableConfiguration], currentTempFile: File, copying: Boolean = false) extends PartitionReader[InternalRow] with Product with Serializable
- case class GeoPackagePartitionReaderFactory(sparkSession: SparkSession, broadcastedConf: Broadcast[SerializableConfiguration], loadOptions: GeoPackageOptions, dataSchema: StructType) extends PartitionReaderFactory with Product with Serializable
- case class GeoPackageScan(dataSchema: StructType, sparkSession: SparkSession, fileIndex: PartitioningAwareFileIndex, readDataSchema: StructType, readPartitionSchema: StructType, options: CaseInsensitiveStringMap, loadOptions: GeoPackageOptions) extends FileScan with Product with Serializable
- class GeoPackageScanBuilder extends FileScanBuilder
- 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