Class InternalConfigOptions
java.lang.Object
org.apache.flink.table.planner.utils.InternalConfigOptions
This class holds internal configuration constants used by Flink's table module.
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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TABLE_QUERY_START_EPOCH_TIME
-
TABLE_QUERY_START_LOCAL_TIME
-
TABLE_QUERY_CURRENT_DATABASE
public static final org.apache.flink.configuration.ConfigOption<String> TABLE_QUERY_CURRENT_DATABASE -
TABLE_EXEC_NON_TEMPORAL_SORT_ENABLED
@Experimental public static final org.apache.flink.configuration.ConfigOption<Boolean> TABLE_EXEC_NON_TEMPORAL_SORT_ENABLED
-
-
Constructor Details
-
InternalConfigOptions
public InternalConfigOptions()
-