Package org.apache.calcite.tools
Interface Hoist.Config
- Enclosing class:
Hoist
@Immutable(singleton=false)
public static interface Hoist.Config
Configuration.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the configuration for the SQL parser.withParserConfig
(SqlParser.Config parserConfig) SetsparserConfig()
.
-
Method Details
-
parserConfig
SqlParser.Config parserConfig()Returns the configuration for the SQL parser. -
withParserConfig
SetsparserConfig()
.
-