Packages

class ColumnarBatch extends AutoCloseable

Developer API
Annotations
@DeveloperApi()
Source
ColumnarBatch.java
Linear Supertypes
AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ColumnarBatch
  2. AutoCloseable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ColumnarBatch(columns: Array[ColumnVector], numRows: Int)
  2. new ColumnarBatch(columns: Array[ColumnVector])

Value Members

  1. def close(): Unit
    Definition Classes
    ColumnarBatch → AutoCloseable
    Annotations
    @Override()
  2. def closeIfFreeable(): Unit
  3. def column(ordinal: Int): ColumnVector
  4. def getRow(rowId: Int): InternalRow
  5. def numCols(): Int
  6. def numRows(): Int
  7. def rowIterator(): Iterator[InternalRow]
  8. def setNumRows(numRows: Int): Unit