| Package | Description |
|---|---|
| org.apache.calcite.plan |
Defines interfaces for constructing rule-based optimizers of
relational expressions.
|
| Modifier and Type | Method and Description |
|---|---|
TableAccessMap.Mode |
TableAccessMap.getTableAccessMode(List<String> tableName)
Determines the access mode of a table.
|
static TableAccessMap.Mode |
TableAccessMap.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableAccessMap.Mode[] |
TableAccessMap.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TableAccessMap(List<String> table,
TableAccessMap.Mode mode)
Constructs a TableAccessMap for a single table
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.