| Package | Description |
|---|---|
| org.apache.calcite.adapter.clone |
Provides utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayTable.RepresentationType |
ArrayTable.Representation.getType()
Returns the representation type.
|
ArrayTable.RepresentationType |
ArrayTable.ObjectArray.getType() |
ArrayTable.RepresentationType |
ArrayTable.PrimitiveArray.getType() |
ArrayTable.RepresentationType |
ArrayTable.PrimitiveDictionary.getType() |
ArrayTable.RepresentationType |
ArrayTable.ObjectDictionary.getType() |
ArrayTable.RepresentationType |
ArrayTable.StringDictionary.getType() |
ArrayTable.RepresentationType |
ArrayTable.ByteStringDictionary.getType() |
ArrayTable.RepresentationType |
ArrayTable.Constant.getType() |
ArrayTable.RepresentationType |
ArrayTable.BitSlicedPrimitiveArray.getType() |
static ArrayTable.RepresentationType |
ArrayTable.RepresentationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArrayTable.RepresentationType[] |
ArrayTable.RepresentationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.