Interface | Description |
---|---|
AggregatedTable |
A table that has been performed on the aggregate function.
|
Compilable |
Represents an artifact that can be compiled to a
CompiledPlan . |
CompiledPlan |
Represents an immutable, fully optimized, and executable entity that has been compiled from a
Table & SQL API pipeline definition.
|
Executable |
Represents an artifact that can be executed.
|
Explainable<SELF extends Explainable<SELF>> |
Represents an artifact that can be explained using a summary string.
|
FlatAggregateTable | |
GroupedTable |
A table that has been grouped on a set of grouping keys.
|
GroupWindowedTable |
A table that has been windowed for
GroupWindow s. |
OverWindowedTable |
A table that has been windowed for
OverWindow s. |
PlannerConfig |
The
PlannerConfig holds parameters to configure the behavior of queries. |
StatementSet |
A
StatementSet accepts pipelines defined by DML statements or Table objects. |
Table |
The
Table object is the core abstraction of the Table API. |
TableEnvironment |
A table environment is the base class, entry point, and central context for creating Table and
SQL API programs.
|
TablePipeline |
Describes a complete pipeline from one or more source tables to a sink table.
|
TableResult |
A TableResult is the representation of the statement execution result.
|
WindowGroupedTable |
A table that has been windowed and grouped for
GroupWindow s. |
Class | Description |
---|---|
ApiExpression |
Java API class that gives access to expression operations.
|
EnvironmentSettings |
Defines all parameters that initialize a table environment.
|
EnvironmentSettings.Builder |
A builder for
EnvironmentSettings . |
Expressions |
Entry point of the Table API Expression DSL such as:
$("myField").plus(10).abs() |
FormatDescriptor |
Describes a
format and its options for use with TableDescriptor . |
FormatDescriptor.Builder |
Builder for
FormatDescriptor . |
GroupWindow |
A group window specification.
|
Over |
Helper class for creating an over window.
|
OverWindow |
An over window specification.
|
OverWindowPartitioned |
Partially defined over window with partitioning.
|
OverWindowPartitionedOrdered |
Partially defined over window with (optional) partitioning and order.
|
OverWindowPartitionedOrderedPreceding |
Partially defined over window with (optional) partitioning, order, and preceding.
|
PlanReference |
Unresolved pointer to a persisted plan.
|
PlanReference.ContentPlanReference |
Plan reference to a string containing the serialized persisted plan in JSON.
|
PlanReference.FilePlanReference |
Plan reference to a file in the local filesystem.
|
PlanReference.ResourcePlanReference |
Plan reference to a file in the provided
ClassLoader . |
Session |
Helper class for creating a session window.
|
SessionWithGap |
Session window.
|
SessionWithGapOnTime |
Session window on time.
|
SessionWithGapOnTimeWithAlias |
Session window on time with alias.
|
Slide |
Helper class for creating a sliding window.
|
SlideWithSize |
Partially specified sliding window.
|
SlideWithSizeAndSlide |
Sliding window.
|
SlideWithSizeAndSlideOnTime |
Sliding window on time.
|
SlideWithSizeAndSlideOnTimeWithAlias |
Sliding window on time with alias.
|
TableConfig |
Configuration for the current
TableEnvironment session to adjust Table & SQL API
programs. |
TableDescriptor |
Describes a
CatalogTable representing a source or sink. |
TableDescriptor.Builder |
Builder for
TableDescriptor . |
Tumble |
Helper class for creating a tumbling window.
|
TumbleWithSize |
Tumbling window.
|
TumbleWithSizeOnTime |
Tumbling window on time.
|
TumbleWithSizeOnTimeWithAlias |
Tumbling window on time with alias.
|
Enum | Description |
---|---|
ExplainDetail |
ExplainDetail defines the types of details for explain result.
|
ResultKind |
ResultKind defines the types of the result.
|
SqlDialect |
Enumeration of valid SQL compatibility modes.
|
Exception | Description |
---|---|
SqlParserEOFException |
Exception for incomplete sql statement found while sql parsing.
|
SqlParserException |
Exception for all errors occurring during sql parsing.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.