Package org.apache.flink.table.api
package org.apache.flink.table.api
-
ClassDescriptionA table that has been performed on the aggregate function.Java API class that gives access to expression operations.Represents an artifact that can be compiled to a
CompiledPlan.Represents an immutable, fully optimized, and executable entity that has been compiled from a Table & SQL API pipeline definition.Defines all parameters that initialize a table environment.A builder forEnvironmentSettings.Represents an artifact that can be executed.Explainable<SELF extends Explainable<SELF>>Represents an artifact that can be explained using a summary string.ExplainDetail defines the types of details for explain result.Explain format categorizes the output format of explain result.Entry point of the Table API Expression DSL such as:$("myField").plus(10).abs()Describes aformatand its options for use withTableDescriptor.Builder forFormatDescriptor.A table that has been grouped on a set of grouping keys.A group window specification.A table that has been windowed forGroupWindows.Helper class for creating an over window.An over window specification.A table that has been windowed forOverWindows.Partially defined over window with partitioning.Partially defined over window with (optional) partitioning and order.Partially defined over window with (optional) partitioning, order, and preceding.ThePlannerConfigholds parameters to configure the behavior of queries.Unresolved pointer to a persisted plan.Plan reference to a string containing the serialized persisted plan in JSON.Plan reference to a file in the local filesystem.Plan reference to a file in the providedClassLoader.ResultKind defines the types of the result.Helper class for creating a session window.Session window.Session window on time.Session window on time with alias.Helper class for creating a sliding window.Partially specified sliding window.Sliding window.Sliding window on time.Sliding window on time with alias.Enumeration of valid SQL compatibility modes.Exception for incomplete sql statement found while sql parsing.Exception for all errors occurring during sql parsing.AStatementSetaccepts pipelines defined by DML statements orTableobjects.TheTableobject is the core abstraction of the Table API.Configuration for the currentTableEnvironmentsession to adjust Table & SQL API programs.Describes aCatalogTablerepresenting a source or sink.Builder forTableDescriptor.A table environment is the base class, entry point, and central context for creating Table and SQL API programs.Describes a complete pipeline from one or more source tables to a sink table.A TableResult is the representation of the statement execution result.Helper class for creating a tumbling window.Tumbling window.Tumbling window on time.Tumbling window on time with alias.A table that has been windowed and grouped forGroupWindows.