Package org.apache.flink.table.api.internal
-
Interface Summary Interface Description CachedPlan SQL execution plan cache.Registration A way to register a table in aTableEnvironment
that this descriptor originates from.ResultProvider An internal class which helps the client to get the execute result from a specific sink.TableEnvironmentInternal An internal interface ofTableEnvironment
that defines extended methods used forTableImpl
.TableResultInternal Internal interface with internal methods forTableResult
. -
Class Summary Class Description AnalyzeTableUtil ANALYZE TABLE statement Util.BaseExpressions<InType,OutType> These are Java and Scala common operations that can be used to construct anExpression
AST for expression operations.DQLCachedPlan PlanCache for DQL.ExecutableOperationContextImpl A simple implementation ofExecutableOperation.Context
.PlanCacheManager This manages all the plan caches.ShowCreateUtil SHOW CREATE statement Util.StatementSetImpl<E extends TableEnvironmentInternal> Implementation forStatementSet
.StaticResultProvider Create result provider from a static set of data using external types.TableConfigValidation Utilities around validation to keepTableConfig
clean.TableEnvironmentImpl Implementation ofTableEnvironment
that works exclusively with Table API interfaces.TableImpl Implementation forTable
.TableResultImpl Implementation forTableResult
.TableResultImpl.Builder Builder for creating aTableResultImpl
.TableResultUtils Utilities to buildTableResultInternal
.