Hints

Multi-stage query engine behavior can be customized with hints. Hints are provided as a comment, for example /* hintType(hint1='value1',hint2='value2') */.

Apache Pinot supports the following hints:

Last updated