JavaScript is disabled on your browser.
Skip navigation links
Apache Calcite
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
org.apache.calcite.linq4j.function
Annotation Type Strict
@Target
({
METHOD
,
TYPE
})
@Retention
(
RUNTIME
)
public @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.
See Also:
SemiStrict