| Modifier and Type | Method and Description |
|---|---|
static IndexType |
IndexType.fromInt(int e) |
IndexType |
TableEnv.getIdx_type() |
IndexType |
TableEnv.getIdxType() |
IndexType |
BangDBTable.getIndexType() |
static IndexType |
IndexType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexType[] |
IndexType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableEnv.setIdx_type(IndexType idx_type) |
void |
TableEnv.setIdxType(IndexType idx_type) |
Copyright © 2021. All rights reserved.