MCPcopy Create free account
hub / github.com/apache/calcite / evaluate

Method evaluate

core/src/main/java/org/apache/calcite/schema/Member.java:80–80  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

78 * @return An instance of this schema object, as a Queryable
79 */
80 Queryable evaluate(
81 Object schemaInstance,
82 List<Object> arguments);
83}

Callers 15

evaluateOperatorMethod · 0.65
evaluateOperatorMethod · 0.65
extractValueMethod · 0.65
extractXmlMethod · 0.65
existsNodeMethod · 0.65
evaluateMethod · 0.65
evaluateBooleanMethod · 0.65
evaluateNumberMethod · 0.65
evaluateMethod · 0.65
evaluateMethod · 0.65
evaluateMethod · 0.65

Calls

no outgoing calls

Tested by 1