case class PartitionedFile(partitionValues: InternalRow, filePath: String, start: Long, length: Long, locations: Array[String] = Array.empty, modificationTime: Long = 0L, fileSize: Long = 0L) extends Product with Serializable
A part (i.e. "block") of a single file that should be read, along with partition column values that need to be prepended to each row.
- partitionValues
value of partition columns to be prepended to each row.
- filePath
URI of the file to read
- start
the beginning offset (in bytes) of the block.
- length
number of bytes to read.
- modificationTime
The modification time of the input file, in milliseconds.
- fileSize
The length of the input file (not the block), in bytes.
- Alphabetic
- By Inheritance
- PartitionedFile
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new PartitionedFile(partitionValues: InternalRow, filePath: String, start: Long, length: Long, locations: Array[String] = Array.empty, modificationTime: Long = 0L, fileSize: Long = 0L)
- partitionValues
value of partition columns to be prepended to each row.
- filePath
URI of the file to read
- start
the beginning offset (in bytes) of the block.
- length
number of bytes to read.
- modificationTime
The modification time of the input file, in milliseconds.
- fileSize
The length of the input file (not the block), in bytes.
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val filePath: String
- val fileSize: Long
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val length: Long
- val locations: Array[String]
- val modificationTime: Long
- 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 partitionValues: InternalRow
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val start: Long
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- PartitionedFile → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()