| Package | Description |
|---|---|
| org.apache.flink.table.catalog | |
| org.apache.flink.table.functions | |
| org.apache.flink.table.types.logical |
| Modifier and Type | Method and Description |
|---|---|
static ObjectIdentifier |
ObjectIdentifier.of(String catalogName,
String databaseName,
String objectName) |
| Modifier and Type | Method and Description |
|---|---|
static ObjectIdentifier |
FunctionIdentifier.normalizeObjectIdentifier(ObjectIdentifier oi)
Normalize an object identifier by only normalizing the function name.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<ObjectIdentifier> |
FunctionIdentifier.getIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
static ObjectIdentifier |
FunctionIdentifier.normalizeObjectIdentifier(ObjectIdentifier oi)
Normalize an object identifier by only normalizing the function name.
|
static FunctionIdentifier |
FunctionIdentifier.of(ObjectIdentifier oi) |
| Modifier and Type | Method and Description |
|---|---|
ObjectIdentifier |
DistinctType.getObjectIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
Optional<ObjectIdentifier> |
UserDefinedType.getOptionalObjectIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
static StructuredType.Builder |
StructuredType.newBuilder(ObjectIdentifier objectIdentifier)
Creates a builder for a
StructuredType that has been stored in a catalog and is
identified by an ObjectIdentifier. |
static StructuredType.Builder |
StructuredType.newBuilder(ObjectIdentifier objectIdentifier,
Class<?> implementationClass)
Creates a builder for a
StructuredType that has been stored in a catalog and is
identified by an ObjectIdentifier. |
static DistinctType.Builder |
DistinctType.newBuilder(ObjectIdentifier objectIdentifier,
LogicalType sourceType)
Creates a builder for a
DistinctType. |
| Constructor and Description |
|---|
Builder(ObjectIdentifier objectIdentifier) |
Builder(ObjectIdentifier objectIdentifier,
Class<?> implementationClass) |
Builder(ObjectIdentifier objectIdentifier,
LogicalType sourceType) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.