Packages

c

org.apache.spark.sql.execution.datasources.parquet

VectorizedPlainValuesReader

class VectorizedPlainValuesReader extends ValuesReader with VectorizedValuesReader

An implementation of the Parquet PLAIN decoder that supports the vectorized interface.

Linear Supertypes
VectorizedValuesReader, ValuesReader, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VectorizedPlainValuesReader
  2. VectorizedValuesReader
  3. ValuesReader
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new VectorizedPlainValuesReader()

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def initFromPage(valueCount: Int, in: ByteBufferInputStream): Unit
    Definition Classes
    VectorizedPlainValuesReader → ValuesReader
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def readBinary(len: Int): Binary
  17. final def readBinary(total: Int, v: WritableColumnVector, rowId: Int): Unit
  18. final def readBoolean(): Boolean
    Definition Classes
    VectorizedPlainValuesReaderVectorizedValuesReader → ValuesReader
  19. final def readBooleans(total: Int, c: WritableColumnVector, rowId: Int): Unit
  20. final def readByte(): Byte
  21. final def readBytes(total: Int, c: WritableColumnVector, rowId: Int): Unit
  22. def readBytes(): Binary
    Definition Classes
    ValuesReader
  23. final def readDouble(): Double
    Definition Classes
    VectorizedPlainValuesReaderVectorizedValuesReader → ValuesReader
  24. final def readDoubles(total: Int, c: WritableColumnVector, rowId: Int): Unit
  25. final def readFloat(): Float
    Definition Classes
    VectorizedPlainValuesReaderVectorizedValuesReader → ValuesReader
  26. final def readFloats(total: Int, c: WritableColumnVector, rowId: Int): Unit
  27. final def readInteger(): Int
    Definition Classes
    VectorizedPlainValuesReaderVectorizedValuesReader → ValuesReader
  28. final def readIntegers(total: Int, c: WritableColumnVector, rowId: Int): Unit
  29. final def readIntegersWithRebase(total: Int, c: WritableColumnVector, rowId: Int, failIfRebase: Boolean): Unit
  30. final def readLong(): Long
    Definition Classes
    VectorizedPlainValuesReaderVectorizedValuesReader → ValuesReader
  31. final def readLongs(total: Int, c: WritableColumnVector, rowId: Int): Unit
  32. final def readLongsWithRebase(total: Int, c: WritableColumnVector, rowId: Int, failIfRebase: Boolean): Unit
  33. def readValueDictionaryId(): Int
    Definition Classes
    ValuesReader
  34. def skip(): Unit
    Definition Classes
    VectorizedPlainValuesReader → ValuesReader
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from VectorizedValuesReader

Inherited from ValuesReader

Inherited from AnyRef

Inherited from Any

Ungrouped