case class OsmPbfFormat() extends FileFormat with DataSourceRegister with SchemaProvider with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OsmPbfFormat
- Serializable
- Serializable
- Product
- Equals
- SchemaProvider
- DataSourceRegister
- FileFormat
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new OsmPbfFormat()
Value Members
- val HEADER_SIZE_LENGTH: Int
-
def
buildReaderWithPartitionValues(sparkSession: SparkSession, dataSchema: StructType, partitionSchema: StructType, requiredSchema: StructType, filters: Seq[Filter], options: Map[String, String], hadoopConf: Configuration): (PartitionedFile) ⇒ Iterator[InternalRow]
- Definition Classes
- FileFormat
-
def
inferSchema(sparkSession: SparkSession, options: Map[String, String], files: Seq[FileStatus]): Option[StructType]
- Definition Classes
- OsmPbfFormat → FileFormat
-
def
isSplitable(sparkSession: SparkSession, options: Map[String, String], path: Path): Boolean
- Definition Classes
- OsmPbfFormat → FileFormat
-
def
prepareWrite(sparkSession: SparkSession, job: Job, options: Map[String, String], dataSchema: StructType): OutputWriterFactory
- Definition Classes
- OsmPbfFormat → FileFormat
-
def
schema: StructType
- Definition Classes
- SchemaProvider
-
def
shortName(): String
- Definition Classes
- OsmPbfFormat → DataSourceRegister
-
def
supportBatch(sparkSession: SparkSession, dataSchema: StructType): Boolean
- Definition Classes
- FileFormat
-
def
supportDataType(dataType: DataType): Boolean
- Definition Classes
- FileFormat
-
def
supportFieldName(name: String): Boolean
- Definition Classes
- FileFormat
-
def
vectorTypes(requiredSchema: StructType, partitionSchema: StructType, sqlConf: SQLConf): Option[Seq[String]]
- Definition Classes
- FileFormat