Uses of Interface
org.apache.flink.table.expressions.SqlFactory
Packages that use SqlFactory
Package
Description
-
Uses of SqlFactory in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return types with arguments of type SqlFactoryMethods in org.apache.flink.table.api with parameters of type SqlFactoryModifier and TypeMethodDescriptionEnvironmentSettings.Builder.withSqlFactory(SqlFactory sqlFactory) Provides a way to customize the process of serializing Table API to a SQL string. -
Uses of SqlFactory in org.apache.flink.table.expressions
Methods in org.apache.flink.table.expressions with parameters of type SqlFactoryModifier and TypeMethodDescriptiondefault StringResolvedExpression.asSerializableString(SqlFactory sqlFactory) Returns a string that fully serializes this instance. -
Uses of SqlFactory in org.apache.flink.table.operations
Methods in org.apache.flink.table.operations with parameters of type SqlFactoryModifier and TypeMethodDescriptiondefault StringQueryOperation.asSerializableString(SqlFactory sqlFactory) Returns a SQL string that fully serializes this instance.