package osm
Type Members
- case class OsmPartitionReader(sparkSession: SparkSession, requiredSchema: StructType, broadcastedHadoopConf: Broadcast[SerializableWritable[Configuration]], HEADER_SIZE_LENGTH: Int = 4) extends (PartitionedFile) ⇒ Iterator[InternalRow] with Product with Serializable
- case class OsmPbfFormat() extends FileFormat with DataSourceRegister with SchemaProvider with Product with Serializable
- trait SchemaProvider extends AnyRef