Uses of Interface
org.apache.flink.table.expressions.SqlFactory
-
Packages that use SqlFactory Package Description org.apache.flink.table.catalog org.apache.flink.table.expressions org.apache.flink.table.functions org.apache.flink.table.legacy.api -
-
Uses of SqlFactory in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog with parameters of type SqlFactory Modifier and Type Method Description static Map<String,String>CatalogPropertiesUtil. serializeCatalogMaterializedTable(ResolvedCatalogMaterializedTable resolvedMaterializedTable, SqlFactory sqlFactory)Serializes the givenResolvedCatalogMaterializedTableinto a map of string properties.static Map<String,String>CatalogPropertiesUtil. serializeCatalogTable(ResolvedCatalogTable resolvedTable, SqlFactory sqlFactory)Serializes the givenResolvedCatalogTableinto a map of string properties.static Map<String,String>CatalogPropertiesUtil. serializeCatalogView(ResolvedCatalogView resolvedView, SqlFactory sqlFactory)Serializes the givenResolvedCatalogViewinto a map of string properties.static Map<String,String>CatalogPropertiesUtil. serializeResolvedCatalogModel(ResolvedCatalogModel resolvedModel, SqlFactory sqlFactory)Serializes the givenResolvedCatalogModelinto a map of string properties.Map<String,String>DefaultResolvedCatalogModel. toProperties(SqlFactory sqlFactory)Map<String,String>ResolvedCatalogModel. toProperties(SqlFactory sqlFactory)Serializes this instance into a map of string-based properties.Map<String,String>ResolvedCatalogTable. toProperties(SqlFactory sqlFactory)Convenience method forCatalogimplementations for serializing instances of this class into a map of string properties. -
Uses of SqlFactory in org.apache.flink.table.expressions
Classes in org.apache.flink.table.expressions that implement SqlFactory Modifier and Type Class Description classDefaultSqlFactoryDefault implementation ofSqlFactorythat throws an exception when trying to serialize an inline function.Methods in org.apache.flink.table.expressions with parameters of type SqlFactory Modifier and Type Method Description StringCallExpression. asSerializableString(SqlFactory sqlFactory)StringFieldReferenceExpression. asSerializableString(SqlFactory sqlFactory)default StringResolvedExpression. asSerializableString(SqlFactory sqlFactory)Returns a string that fully serializes this instance.StringTypeLiteralExpression. asSerializableString(SqlFactory sqlFactory)StringValueLiteralExpression. asSerializableString(SqlFactory sqlFactory) -
Uses of SqlFactory in org.apache.flink.table.functions
Methods in org.apache.flink.table.functions with parameters of type SqlFactory Modifier and Type Method Description StringSqlCallSyntax. unparse(String sqlName, List<ResolvedExpression> operands, SqlFactory sqlFactory)default StringSqlCallSyntax. unparseDistinct(String sqlName, List<ResolvedExpression> operands, SqlFactory sqlFactory)Special case for aggregate functions, which can have a DISTINCT function applied. -
Uses of SqlFactory in org.apache.flink.table.legacy.api
Methods in org.apache.flink.table.legacy.api with parameters of type SqlFactory Modifier and Type Method Description static TableSchemaTableSchema. fromResolvedSchema(ResolvedSchema resolvedSchema, SqlFactory sqlFactory)Deprecated.
-