public abstract class FlinkHintStrategies extends Object
HintStrategy
s.
Currently, Flink support table hints with table options and query hints including join hints and state ttl hints.
For handling query hints, the process is as follows:
Project
, are also cleared.
Constructor and Description |
---|
FlinkHintStrategies() |
Modifier and Type | Method and Description |
---|---|
static org.apache.calcite.rel.hint.HintStrategyTable |
createHintStrategyTable()
Customize the
HintStrategyTable which contains hint strategies supported by Flink. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.