All pages
Powered by GitBook
1 of 1

Loading...

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:

  • aggOptions, explained in aggregate operator.

  • windowOptions, explained in window operator.

  • joinOptions, explained in .

join operator