Interface | Description |
---|---|
CachedPlan |
SQL execution plan cache.
|
Registration |
A way to register a table in a
TableEnvironment 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 of
TableEnvironment that defines extended methods used for TableImpl . |
TableResultInternal |
Internal interface with internal methods for
TableResult . |
Class | Description |
---|---|
AnalyzeTableUtil |
ANALYZE TABLE statement Util.
|
BaseExpressions<InType,OutType> |
These are Java and Scala common operations that can be used to construct an
Expression
AST for expression operations. |
DQLCachedPlan |
PlanCache for DQL.
|
ExecutableOperationContextImpl |
A simple implementation of
ExecutableOperation.Context . |
PlanCacheManager |
This manages all the plan caches.
|
ShowCreateUtil |
SHOW CREATE statement Util.
|
StatementSetImpl<E extends TableEnvironmentInternal> |
Implementation for
StatementSet . |
StaticResultProvider |
Create result provider from a static set of data using external types.
|
TableConfigValidation |
Utilities around validation to keep
TableConfig clean. |
TableEnvironmentImpl |
Implementation of
TableEnvironment that works exclusively with Table API interfaces. |
TableImpl |
Implementation for
Table . |
TableResultImpl |
Implementation for
TableResult . |
TableResultImpl.Builder |
Builder for creating a
TableResultImpl . |
TableResultUtils |
Utilities to build
TableResultInternal . |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.