Package org.apache.beam.sdk.extensions.sql
package org.apache.beam.sdk.extensions.sql
BeamSQL provides a new interface to run a SQL statement with Beam.
-
ClassDescription
BeamSqlCli
provides methods to execute Beam SQL with an interactive client.A seekable table converts a JOIN operator to an inline lookup.Interface to create a UDF in Beam SQL.SqlTransform
is the DSL interface of Beam SQL.Helper class to extract table identifiers from the query.TypedCombineFnDelegate<InputT,AccumT, OutputT> ACombine.CombineFn
delegating all relevant calls to given delegate.