Multi-stage query engine behavior can be customized with hints. Hints are provided as a comment, for example /* hintType(hint1='value1',hint2='value2') */.
/* hintType(hint1='value1',hint2='value2') */
Apache Pinot supports the following hints:
aggOptions, explained in aggregate operator.
aggOptions
windowOptions, explained in window operator.
windowOptions
joinOptions, explained in join operator.
joinOptions
Last updated 1 year ago
Was this helpful?