Package | Description |
---|---|
org.apache.flink.table.planner.functions.sql |
Modifier and Type | Class and Description |
---|---|
class |
BuiltInSqlFunction
SQL version of
BuiltInFunctionDefinition in cases where BridgingSqlFunction does
not apply. |
class |
MatchRowTimeFunction
The function used to access a rowtime attribute with TIMESTAMP or TIMESTAMP_LTZ type from
MATCH_RECOGNIZE clause.
|
class |
SqlTryCastFunction
This class implements the
TRY_CAST built-in, essentially delegating all the method
invocations, whenever is possible, to Calcite's SqlCastFunction . |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.