@Internal public final class InternalConfigOptions extends Object
NOTE: All option keys in this class must start with "__" and end up with "__", and all options shouldn't expose to users, all options should erase after plan finished.
| Modifier and Type | Field and Description |
|---|---|
static org.apache.flink.configuration.ConfigOption<Boolean> |
TABLE_EXEC_NON_TEMPORAL_SORT_ENABLED |
static org.apache.flink.configuration.ConfigOption<Long> |
TABLE_QUERY_START_EPOCH_TIME |
static org.apache.flink.configuration.ConfigOption<Long> |
TABLE_QUERY_START_LOCAL_TIME |
| Constructor and Description |
|---|
InternalConfigOptions() |
public static final org.apache.flink.configuration.ConfigOption<Long> TABLE_QUERY_START_EPOCH_TIME
public static final org.apache.flink.configuration.ConfigOption<Long> TABLE_QUERY_START_LOCAL_TIME
@Experimental public static final org.apache.flink.configuration.ConfigOption<Boolean> TABLE_EXEC_NON_TEMPORAL_SORT_ENABLED
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.