public static class SqlImplementor.SimpleContext extends SqlImplementor.Context
SqlImplementor.Context that cannot handle sub-queries
or correlations. Because it is so simple, you do not need to create a
SqlImplementor or RelBuilder
to use it. It is a good way to convert a RexNode to SQL text.| Constructor and Description |
|---|
SimpleContext(SqlDialect dialect,
IntFunction<SqlNode> field) |
| Modifier and Type | Method and Description |
|---|---|
SqlNode |
field(int ordinal) |
SqlImplementor |
implementor() |
fieldList, getAliasContext, orderField, reverseCall, toSql, toSql, toSql, toSql, toSqlpublic SimpleContext(SqlDialect dialect, IntFunction<SqlNode> field)
public SqlImplementor implementor()
implementor in class SqlImplementor.Contextpublic SqlNode field(int ordinal)
field in class SqlImplementor.ContextCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.