| Package | Description |
|---|---|
| org.apache.calcite.adapter.clone |
Provides utility classes.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ArrayTable.BitSlicedPrimitiveArray
Representation that stores numeric values in a bit-sliced
array.
|
static class |
ArrayTable.ByteStringDictionary
Representation that stores byte-string column values.
|
static class |
ArrayTable.Constant
Representation of a column that has the same value for every row.
|
static class |
ArrayTable.ObjectArray
Representation that stores the column values in an array.
|
static class |
ArrayTable.ObjectDictionary
Representation that stores the values of a column as a
dictionary of objects.
|
static class |
ArrayTable.PrimitiveArray
Representation that stores the values of a column in an array of
primitive values.
|
static class |
ArrayTable.PrimitiveDictionary
Representation that stores column values in a dictionary of
primitive values, then uses a short code for each row.
|
static class |
ArrayTable.StringDictionary
Representation that stores string column values.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) ArrayTable.Representation |
ArrayTable.Column.representation |
(package private) ArrayTable.Representation |
ArrayTable.ObjectDictionary.representation |
(package private) ArrayTable.Representation |
ArrayTable.Content.ObjectEnumerator.representation |
| Modifier and Type | Method and Description |
|---|---|
private ArrayTable.Representation |
ColumnLoader.ValueSet.chooseFixedRep(int ordinal,
Primitive p,
long min,
long max)
Chooses a representation for a fixed-precision primitive type
(boolean, byte, char, short, int, long).
|
(package private) ArrayTable.Representation |
ColumnLoader.ValueSet.chooseRep(int ordinal) |
| Modifier and Type | Method and Description |
|---|---|
static List |
ArrayTable.Column.asList(ArrayTable.Representation representation,
Object dataSet)
Returns a list view onto a data set.
|
| Constructor and Description |
|---|
Column(ArrayTable.Representation representation,
Object data,
int cardinality) |
ObjectDictionary(int ordinal,
ArrayTable.Representation representation) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.