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

Interface Action

core/src/test/java/org/apache/calcite/rex/RexExecutorTest.java:401–403  ·  view source on GitHub ↗

Callback for #check. Test code will typically use builder to create some expressions, call org.apache.calcite.rex.RexExecutorImpl#reduce to evaluate them into a list, then check that the results are as expected.

Source from the content-addressed store, hash-verified

399 * {@link org.apache.calcite.rex.RexExecutorImpl#reduce} to evaluate them into
400 * a list, then check that the results are as expected. */
401 interface Action {
402 void check(RexBuilder rexBuilder, RexExecutorImpl executor);
403 }
404
405 /** Test case for
406 * <a href="https://issues.apache.org/jira/browse/CALCITE-5949">[CALCITE-5949]

Callers 8

testDefaultMethod · 0.65
testIndent8Method · 0.65
testFoldMethod · 0.65
testChopMethod · 0.65

Implementers 15

SqlPrettyWriterFixturecore/src/test/java/org/apache/calcite/
LookupOperatorOverloadsTestcore/src/test/java/org/apache/calcite/
Fluidcore/src/test/java/org/apache/calcite/
TermRulecore/src/test/java/org/apache/calcite/
UnparseTestercore/src/test/java/org/apache/calcite/
RexTransformerTestcore/src/test/java/org/apache/calcite/
ReflectiveSchemaTestcore/src/test/java/org/apache/calcite/
LatticeTestcore/src/test/java/org/apache/calcite/
SqlStatisticProviderTestcore/src/test/java/org/apache/calcite/
RexExecutorTestcore/src/test/java/org/apache/calcite/
ImmutableBitSetTestcore/src/test/java/org/apache/calcite/
Genealogistcore/src/main/java/org/apache/calcite/

Calls

no outgoing calls

Tested by

no test coverage detected