Packages

final class TableMeta extends Table

Metadata about cuDF tables

Annotations
@SuppressWarnings()
Linear Supertypes
Table, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TableMeta
  2. Table
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TableMeta()

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. def __assign(_i: Int, _bb: ByteBuffer): TableMeta
  5. def __indirect(arg0: Int): Int
    Attributes
    protected[flatbuffers]
    Definition Classes
    Table
  6. def __init(_i: Int, _bb: ByteBuffer): Unit
  7. def __offset(arg0: Int): Int
    Attributes
    protected[flatbuffers]
    Definition Classes
    Table
  8. def __reset(): Unit
    Definition Classes
    Table
  9. def __string(arg0: Int): String
    Attributes
    protected[flatbuffers]
    Definition Classes
    Table
  10. def __union(arg0: Table, arg1: Int): Table
    Attributes
    protected[flatbuffers]
    Definition Classes
    Table
  11. def __vector(arg0: Int): Int
    Attributes
    protected[flatbuffers]
    Definition Classes
    Table
  12. def __vector_as_bytebuffer(arg0: Int, arg1: Int): ByteBuffer
    Attributes
    protected[flatbuffers]
    Definition Classes
    Table
  13. def __vector_in_bytebuffer(arg0: ByteBuffer, arg1: Int, arg2: Int): ByteBuffer
    Attributes
    protected[flatbuffers]
    Definition Classes
    Table
  14. def __vector_len(arg0: Int): Int
    Attributes
    protected[flatbuffers]
    Definition Classes
    Table
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def bufferMeta(obj: BufferMeta): BufferMeta
  17. def bufferMeta(): BufferMeta

    metadata about the data encoding

  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def getByteBuffer(): ByteBuffer
    Definition Classes
    Table
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def keysCompare(arg0: Integer, arg1: Integer, arg2: ByteBuffer): Int
    Attributes
    protected[flatbuffers]
    Definition Classes
    Table
  27. def mutatePackedMeta(j: Int, packed_meta: Byte): Boolean
  28. def mutateRowCount(row_count: Long): Boolean
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def packedMeta(j: Int): Byte

    opaque metadata describing the packed table schema and data layout

  33. def packedMetaAsByteBuffer(): ByteBuffer
  34. def packedMetaInByteBuffer(_bb: ByteBuffer): ByteBuffer
  35. def packedMetaLength(): Int
  36. def rowCount(): Long

    number of rows in the table

  37. def sortTables(arg0: Array[Int], arg1: ByteBuffer): Unit
    Attributes
    protected[flatbuffers]
    Definition Classes
    Table
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Table

Inherited from AnyRef

Inherited from Any

Ungrouped