Class InternalConfigOptions

java.lang.Object
org.apache.flink.table.planner.utils.InternalConfigOptions

@Internal public final class InternalConfigOptions extends Object
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 Details

    • TABLE_QUERY_START_EPOCH_TIME

      public static final org.apache.flink.configuration.ConfigOption<Long> TABLE_QUERY_START_EPOCH_TIME
    • TABLE_QUERY_START_LOCAL_TIME

      public static final org.apache.flink.configuration.ConfigOption<Long> 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()