case class OsmPartitionReader(sparkSession: SparkSession, requiredSchema: StructType, broadcastedHadoopConf: Broadcast[SerializableWritable[Configuration]], HEADER_SIZE_LENGTH: Int = 4) extends (PartitionedFile) ⇒ Iterator[InternalRow] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OsmPartitionReader
- Serializable
- Serializable
- Product
- Equals
- Function1
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new OsmPartitionReader(sparkSession: SparkSession, requiredSchema: StructType, broadcastedHadoopConf: Broadcast[SerializableWritable[Configuration]], HEADER_SIZE_LENGTH: Int = 4)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val HEADER_SIZE_LENGTH: Int
-
def
andThen[A](g: (Iterator[InternalRow]) ⇒ A): (PartitionedFile) ⇒ A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
def
apply(file: PartitionedFile): Iterator[InternalRow]
- Definition Classes
- OsmPartitionReader → Function1
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val broadcastedHadoopConf: Broadcast[SerializableWritable[Configuration]]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
compose[A](g: (A) ⇒ PartitionedFile): (A) ⇒ Iterator[InternalRow]
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def findOffset(fs: FileSystem, status: FileStatus, start: Long): Long
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val requiredSchema: StructType
- val sparkSession: SparkSession
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Function1 → AnyRef → Any
- def transformTags(tags: Map[String, String]): ArrayBasedMapData
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()