@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 ConfigOption<Boolean> |
TABLE_EXEC_NON_TEMPORAL_SORT_ENABLED |
static ConfigOption<Long> |
TABLE_QUERY_START_EPOCH_TIME |
static ConfigOption<Long> |
TABLE_QUERY_START_LOCAL_TIME |
Constructor and Description |
---|
InternalConfigOptions() |
public static final ConfigOption<Long> TABLE_QUERY_START_EPOCH_TIME
public static final ConfigOption<Long> TABLE_QUERY_START_LOCAL_TIME
@Experimental public static final ConfigOption<Boolean> TABLE_EXEC_NON_TEMPORAL_SORT_ENABLED
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.