Packages

case class HostMemoryBuffersWithMetaData(partitionedFile: PartitionedFile, origPartitionedFile: Option[PartitionedFile], memBuffersAndSizes: Array[SingleHMBAndMeta], bytesRead: Long, dateRebaseMode: DateTimeRebaseMode, timestampRebaseMode: DateTimeRebaseMode, hasInt96Timestamps: Boolean, clippedSchema: MessageType, readSchema: StructType, allPartValues: Option[Array[(Long, InternalRow)]]) extends HostMemoryBuffersWithMetaDataBase with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HostMemoryBuffersWithMetaData
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. HostMemoryBuffersWithMetaDataBase
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HostMemoryBuffersWithMetaData(partitionedFile: PartitionedFile, origPartitionedFile: Option[PartitionedFile], memBuffersAndSizes: Array[SingleHMBAndMeta], bytesRead: Long, dateRebaseMode: DateTimeRebaseMode, timestampRebaseMode: DateTimeRebaseMode, hasInt96Timestamps: Boolean, clippedSchema: MessageType, readSchema: StructType, allPartValues: Option[Array[(Long, InternalRow)]])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val allPartValues: Option[Array[(Long, InternalRow)]]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val bytesRead: Long
  7. val clippedSchema: MessageType
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. val dateRebaseMode: DateTimeRebaseMode
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def getBufferTime: Long
  13. def getBufferTimePct: Double
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def getFilterTime: Long
  16. def getFilterTimePct: Double
  17. val hasInt96Timestamps: Boolean
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val memBuffersAndSizes: Array[SingleHMBAndMeta]
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. val origPartitionedFile: Option[PartitionedFile]
  24. val partitionedFile: PartitionedFile
  25. val readSchema: StructType
  26. def setMetrics(filterTime: Long, bufferTime: Long): Unit
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. val timestampRebaseMode: DateTimeRebaseMode
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped