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 Summary
Modifier and TypeMethodDescriptionCreatesExpression
to be used in generated code for accessing table data.
-
Method Details
-
create
CreatesExpression
to be used in generated code for accessing table data.- Parameters:
clazz
- Class that provides specific methods for accessing table data.- Returns:
Expression
instance
-