| Package | Description |
|---|---|
| org.apache.flink.table.types.inference.strategies | |
| org.apache.flink.table.types.logical |
| Modifier and Type | Method and Description |
|---|---|
static InputTypeStrategy |
SpecificInputTypeStrategies.windowTimeIndicator(TimestampKind timestampKind)
|
| Constructor and Description |
|---|
WindowTimeIndictorInputTypeStrategy(TimestampKind timestampKind) |
| Modifier and Type | Method and Description |
|---|---|
TimestampKind |
LocalZonedTimestampType.getKind() |
TimestampKind |
TimestampType.getKind() |
TimestampKind |
ZonedTimestampType.getKind() |
static TimestampKind |
TimestampKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimestampKind[] |
TimestampKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
LocalZonedTimestampType(boolean isNullable,
TimestampKind kind,
int precision)
Internal constructor that allows attaching additional metadata about time attribute
properties.
|
TimestampType(boolean isNullable,
TimestampKind kind,
int precision)
Internal constructor that allows attaching additional metadata about time attribute
properties.
|
ZonedTimestampType(boolean isNullable,
TimestampKind kind,
int precision)
Internal constructor that allows attaching additional metadata about time attribute
properties.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.