static ImmutableBTreePartition |
ImmutableBTreePartition.create(UnfilteredRowIterator iterator) |
Creates an ImmutableBTreePartition holding all the data of the provided iterator.
|
static ImmutableBTreePartition |
ImmutableBTreePartition.create(UnfilteredRowIterator iterator,
boolean ordered) |
Creates an ImmutableBTreePartition holding all the data of the provided iterator.
|
static ImmutableBTreePartition |
ImmutableBTreePartition.create(UnfilteredRowIterator iterator,
int initialRowCapacity) |
Creates an ImmutableBTreePartition holding all the data of the provided iterator.
|
static ImmutableBTreePartition |
ImmutableBTreePartition.create(UnfilteredRowIterator iterator,
int initialRowCapacity,
boolean ordered) |
Creates an ImmutableBTreePartition holding all the data of the provided iterator.
|