public final class PartitionedTable extends Object implements AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
close() |
ColumnVector |
getColumn(int index) |
long |
getNumberOfColumns() |
int[] |
getPartitions()
This method returns the partitions on this table.
|
long |
getRowCount() |
Table |
getTable() |
public Table getTable()
public ColumnVector getColumn(int index)
public long getNumberOfColumns()
public long getRowCount()
public void close()
close
in interface AutoCloseable
public int[] getPartitions()
Copyright © 2024. All rights reserved.