1 package com.mapd.parser.hint;
3 import org.apache.calcite.rel.hint.HintPredicates;
4 import org.apache.calcite.rel.hint.HintStrategyTable;
14 return builder.hintStrategy(
"cpu_mode", HintPredicates.SET_VAR)
15 .hintStrategy(
"overlaps_bucket_threshold", HintPredicates.SET_VAR)
16 .hintStrategy(
"overlaps_max_size", HintPredicates.SET_VAR)
17 .hintStrategy(
"overlaps_allow_gpu_build", HintPredicates.SET_VAR)
static HintStrategyTable createHintStrategies()
static final HintStrategyTable HINT_STRATEGY_TABLE
static HintStrategyTable createHintStrategies(HintStrategyTable.Builder builder)