Evaluates this member to yield a result. The result is a org.apache.calcite.linq4j.Queryable. @param schemaInstance Object that is an instance of the containing Schema @param arguments List of arguments to the call; must match {@link #getParame
(
Object schemaInstance,
List<Object> arguments)
| 78 | * @return An instance of this schema object, as a Queryable |
| 79 | */ |
| 80 | Queryable evaluate( |
| 81 | Object schemaInstance, |
| 82 | List<Object> arguments); |
| 83 | } |
no outgoing calls