Uses of Package
org.apache.calcite.linq4j.function
-
Packages that use org.apache.calcite.linq4j.function Package Description org.apache.calcite.linq4j Language-integrated query for Java (linq4j) main package.org.apache.calcite.linq4j.function Contains definitions of functions and predicates.org.apache.calcite.linq4j.tree Object model for Java expressions. -
Classes in org.apache.calcite.linq4j.function used by org.apache.calcite.linq4j Class Description BigDecimalFunction1 Function that takes one parameter and returns aBigDecimalvalue.DoubleFunction1 Function that takes one parameter and returns a nativedoublevalue.EqualityComparer Compares values for equality.FloatFunction1 Function that takes one parameter and returns a nativefloatvalue.Function0 Function with no parameters.Function1 Function with one parameter.Function2 Function with two parameters.IntegerFunction1 Function that takes one parameter and returns a nativeintvalue.LongFunction1 Function that takes one parameter and returns a nativelongvalue.NullableBigDecimalFunction1 Function that takes one parameter and returns aBigDecimalvalue that may be null.NullableDoubleFunction1 Function that takes one parameter and returns aDoublevalue that may be null.NullableFloatFunction1 Function that takes one parameter and returns aFloatvalue that may be null.NullableIntegerFunction1 Function that takes one parameter and returns anIntegervalue that may be null.NullableLongFunction1 Function that takes one parameter and returns aLongvalue that may be null.Predicate1 Function with one parameter returning a nativebooleanvalue.Predicate2 Function with two parameters returning a nativebooleanvalue. -
Classes in org.apache.calcite.linq4j.function used by org.apache.calcite.linq4j.function Class Description DoubleFunction1 Function that takes one parameter and returns a nativedoublevalue.EqualityComparer Compares values for equality.Experimental Annotation that indicates that a class, interface, field or method is experimental, not part of the public API, and subject to change or removal.FloatFunction1 Function that takes one parameter and returns a nativefloatvalue.Function Base interface for all functions.Function0 Function with no parameters.Function1 Function with one parameter.Function2 Function with two parameters.Functions.Ignore Ignore.IntegerFunction1 Function that takes one parameter and returns a nativeintvalue.LongFunction1 Function that takes one parameter and returns a nativelongvalue.Predicate1 Function with one parameter returning a nativebooleanvalue.Predicate2 Function with two parameters returning a nativebooleanvalue. -
Classes in org.apache.calcite.linq4j.function used by org.apache.calcite.linq4j.tree Class Description Function Base interface for all functions.Function1 Function with one parameter.