Packages

case class HostMemoryBuffersWithMetaData(partitionedFile: PartitionedFile, origPartitionedFile: Option[PartitionedFile], memBuffersAndSizes: Array[SingleHMBAndMeta], bytesRead: Long, isCorrectRebaseMode: Boolean, isCorrectInt96RebaseMode: Boolean, 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, isCorrectRebaseMode: Boolean, isCorrectInt96RebaseMode: Boolean, 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. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def getBufferTime: Long
  12. def getBufferTimePct: Double
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getFilterTime: Long
  15. def getFilterTimePct: Double
  16. val hasInt96Timestamps: Boolean
  17. val isCorrectInt96RebaseMode: Boolean
  18. val isCorrectRebaseMode: Boolean
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val memBuffersAndSizes: Array[SingleHMBAndMeta]
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. val origPartitionedFile: Option[PartitionedFile]
  25. val partitionedFile: PartitionedFile
  26. val readSchema: StructType
  27. def setMetrics(filterTime: Long, bufferTime: Long): Unit
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  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