Class SqlImplementor.SimpleContext

java.lang.Object
org.apache.calcite.rel.rel2sql.SqlImplementor.Context
org.apache.calcite.rel.rel2sql.SqlImplementor.SimpleContext
Enclosing class:
SqlImplementor

public static class SqlImplementor.SimpleContext extends SqlImplementor.Context
Simple implementation of 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.