| Package | Description |
|---|---|
| org.apache.flink.table.functions |
| Modifier and Type | Field and Description |
|---|---|
static SqlCallSyntax |
SqlCallSyntax.AS
Special sql syntax for AS.
|
static SqlCallSyntax |
SqlCallSyntax.BINARY_OP
Binary operator syntax, as in "x + y".
|
static SqlCallSyntax |
SqlCallSyntax.CAST
Special sql syntax for CAST operators (CAST, TRY_CAST, REINTERPRET_CAST).
|
static SqlCallSyntax |
SqlCallSyntax.COLLECTION_CTOR
Function syntax for collection ctors, such as ARRAY[1, 2, 3] or MAP['a', 1, 'b', 2].
|
static SqlCallSyntax |
SqlCallSyntax.DISTINCT
Function syntax for handling DISTINCT aggregates.
|
static SqlCallSyntax |
SqlCallSyntax.FLOOR_OR_CEIL
Special sql syntax for FLOOR and CEIL.
|
static SqlCallSyntax |
SqlCallSyntax.FUNCTION
Function syntax, as in "Foo(x, y)".
|
static SqlCallSyntax |
SqlCallSyntax.IN
Call syntax for
BuiltInFunctionDefinitions.IN. |
static SqlCallSyntax |
SqlCallSyntax.MULTIPLE_BINARY_OP
Binary operator syntax that in Table API can accept multiple operands, as in "x AND y AND t
AND w".
|
static SqlCallSyntax |
SqlCallSyntax.NO_PARENTHESIS
Function syntax for functions without parenthesis (e.g., CURRENT_DATE, LOCALTIMESTAMP,
LOCALTIME, CURRENT_TIMESTAMP, CURRENT_TIME).
|
static SqlCallSyntax |
SqlCallSyntax.OVER |
static SqlCallSyntax |
SqlCallSyntax.OVERLAY
Special sql syntax for OVERLAY.
|
static SqlCallSyntax |
SqlCallSyntax.SUBSTRING
Special sql syntax for SUBSTRING operators (SUBSTRING, SUBSTR).
|
static SqlCallSyntax |
SqlCallSyntax.TRIM
Special sql syntax for TRIM.
|
static SqlCallSyntax |
SqlCallSyntax.UNARY_PREFIX_OP
Prefix unary operator syntax, as in "- x".
|
static SqlCallSyntax |
SqlCallSyntax.UNARY_SUFFIX_OP
Postfix unary operator syntax, as in "x ++".
|
static SqlCallSyntax |
SqlCallSyntax.WINDOW_START_END |
| Modifier and Type | Method and Description |
|---|---|
SqlCallSyntax |
BuiltInFunctionDefinition.getCallSyntax() |
| Modifier and Type | Method and Description |
|---|---|
BuiltInFunctionDefinition.Builder |
BuiltInFunctionDefinition.Builder.callSyntax(SqlCallSyntax syntax)
Overwrites the syntax used for unparsing a function into a SQL string.
|
BuiltInFunctionDefinition.Builder |
BuiltInFunctionDefinition.Builder.callSyntax(String name,
SqlCallSyntax syntax)
Overwrites the syntax used for unparsing a function into a SQL string.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.