Uses of Interface
org.apache.flink.table.expressions.TableSymbol
-
-
Uses of TableSymbol in org.apache.flink.table.api
Classes in org.apache.flink.table.api that implement TableSymbol Modifier and Type Class Description classJsonExistsOnErrorBehavior in case of errors forBuiltInFunctionDefinitions.JSON_EXISTS.classJsonOnNullBehavior for entries with a null value forBuiltInFunctionDefinitions.JSON_OBJECTandBuiltInFunctionDefinitions.JSON_ARRAY.classJsonQueryOnEmptyOrErrorBehavior ofBuiltInFunctionDefinitions.JSON_QUERYin case a path expression is empty or raises an error.classJsonQueryWrapperDefines whether and when to wrap the result ofBuiltInFunctionDefinitions.JSON_QUERYinto an array.classJsonTypeSupported JSON types forBuiltInFunctionDefinitions.IS_JSON.classJsonValueOnEmptyOrErrorBehavior forBuiltInFunctionDefinitions.JSON_VALUE.classOverWindowRangeRange specification forBuiltInFunctionDefinitions.OVERwindow. -
Uses of TableSymbol in org.apache.flink.table.expressions
Classes in org.apache.flink.table.expressions that implement TableSymbol Modifier and Type Class Description classTimeIntervalUnitUnits for working with time intervals.classTimePointUnitUnits for working with points in time. -
Uses of TableSymbol in org.apache.flink.table.types.inference
Methods in org.apache.flink.table.types.inference with type parameters of type TableSymbol Modifier and Type Method Description static <T extends Enum<? extends TableSymbol>>
SymbolArgumentTypeStrategy<T>InputTypeStrategies. symbol(T firstAllowedVariant, T... otherAllowedVariants)Strategy for a symbol argument of a specificTableSymbolenum, with value being one of the provided variants.Method parameters in org.apache.flink.table.types.inference with type arguments of type TableSymbol Modifier and Type Method Description static Signature.ArgumentSignature.Argument. ofGroup(Class<? extends Enum<? extends TableSymbol>> symbol)static Signature.ArgumentSignature.Argument. ofGroup(String name, Class<? extends Enum<? extends TableSymbol>> symbol)static SymbolArgumentTypeStrategy<?>InputTypeStrategies. symbol(Class<? extends Enum<? extends TableSymbol>> clazz)Strategy for a symbol argument of a specificTableSymbolenum. -
Uses of TableSymbol in org.apache.flink.table.types.inference.strategies
Classes in org.apache.flink.table.types.inference.strategies with type parameters of type TableSymbol Modifier and Type Class Description classSymbolArgumentTypeStrategy<T extends Enum<? extends TableSymbol>>Strategy for a symbol argument of a specificTableSymbolenum. -
Uses of TableSymbol in org.apache.flink.table.types.logical
Classes in org.apache.flink.table.types.logical with type parameters of type TableSymbol Modifier and Type Class Description classSymbolType<T extends TableSymbol>Logical type for representing symbol values.
-