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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from VectorizedValuesReader

Inherited from ValuesReader

Inherited from AnyRef

Inherited from Any

Ungrouped