| Package | Description |
|---|---|
| org.apache.calcite.linq4j.function |
Contains definitions of functions and predicates.
|
| Modifier and Type | Class and Description |
|---|---|
interface |
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.
|
interface |
SemiStrict
Annotation 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.
|
interface |
Strict
Annotation 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.
|
Copyright © 2012–2021 The Apache Software Foundation. All rights reserved.