Package org.apache.calcite.materialize
Class Lattice.SqlWriter
java.lang.Object
org.apache.calcite.materialize.Lattice.SqlWriter
- Enclosing class:
 Lattice
The information necessary to convert a column to SQL.
- 
Field Summary
Fields - 
Method Summary
Modifier and TypeMethodDescriptionwith(StringBuilder buf) Re-binds this writer to a differentStringBuilder.Writes an expression. 
- 
Field Details
- 
lattice
 - 
buf
 - 
dialect
 
 - 
 - 
Method Details
- 
with
Re-binds this writer to a differentStringBuilder. - 
write
Writes an expression. 
 -