| Package | Description |
|---|---|
| org.apache.calcite.adapter.clone |
Provides utility classes.
|
| Modifier and Type | Field and Description |
|---|---|
private List<ArrayTable.Column> |
ArrayTable.Content.columns |
(package private) List<ArrayTable.Column> |
ArrayTable.Content.ArrayEnumerator.columns |
List<ArrayTable.Column> |
ColumnLoader.representationValues |
| Modifier and Type | Method and Description |
|---|---|
(package private) ArrayTable.Column |
ColumnLoader.ValueSet.freeze(int ordinal,
int[] sources)
Freezes the contents of this value set into a column, optionally
re-ordering if
sources is specified. |
ArrayTable.Column |
ArrayTable.Column.permute(int[] sources) |
| Constructor and Description |
|---|
ObjectEnumerator(int rowCount,
ArrayTable.Column column) |
| Constructor and Description |
|---|
ArrayEnumerator(int rowCount,
List<ArrayTable.Column> columns) |
Content(List<? extends ArrayTable.Column> columns,
int size,
int sortField)
Deprecated.
|
Content(List<? extends ArrayTable.Column> columns,
int size,
Iterable<? extends RelCollation> collations) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.