Package org.apache.calcite.linq4j.tree
Interface TableExpressionFactory
public interface TableExpressionFactory
Factory for creating table expressions that may be used in generated code
 for accessing table data.
- 
Method SummaryModifier and TypeMethodDescriptionCreatesExpressionto be used in generated code for accessing table data.
- 
Method Details- 
createCreatesExpressionto be used in generated code for accessing table data.- Parameters:
- clazz- Class that provides specific methods for accessing table data.
- Returns:
- Expressioninstance
 
 
-