Package org.apache.calcite.rel.hint
Class RelHint.Builder
java.lang.Object
org.apache.calcite.rel.hint.RelHint.Builder
- Enclosing class:
RelHint
Builder for
RelHint
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
hintOption
(String hintOption) Add a hint option as string.hintOption
(String optionKey, String optionValue) Add a hint option as string key-value pair.hintOptions
(Iterable<String> hintOptions) Add multiple string hint options.hintOptions
(Map<String, String> kvOptions) Add multiple string key-value pair hint options.inheritPath
(Integer... inheritPath) Sets up the inherit path with given integer array.inheritPath
(Iterable<Integer> inheritPath) Sets up the inherit path with given integer list.
-
Method Details
-
inheritPath
Sets up the inherit path with given integer list. -
inheritPath
Sets up the inherit path with given integer array. -
hintOption
Add a hint option as string. -
hintOptions
Add multiple string hint options. -
hintOption
Add a hint option as string key-value pair. -
hintOptions
Add multiple string key-value pair hint options. -
build
-