Uses of Class
org.apache.calcite.linq4j.function.Experimental
-
Packages that use Experimental Package Description org.apache.calcite.linq4j.function Contains definitions of functions and predicates. -
-
Uses of Experimental in org.apache.calcite.linq4j.function
Classes in org.apache.calcite.linq4j.function with annotations of type Experimental Modifier and Type Class Description interfaceExperimentalAnnotation that indicates that a class, interface, field or method is experimental, not part of the public API, and subject to change or removal.interfaceSemiStrictAnnotation applied to a user-defined function that indicates that the function always returns null if one or more of its arguments are null but also may return null at other times.interfaceStrictAnnotation applied to a user-defined function that indicates that the function returns null if and only if one or more of its arguments are null.
-