See: Description
| Interface | Description | 
|---|---|
| BeamSqlSeekableTable | A seekable table converts a JOIN operator to an inline lookup. | 
| BeamSqlUdf | Interface to create a UDF in Beam SQL. | 
| Class | Description | 
|---|---|
| BeamSqlCli | BeamSqlCliprovides methods to execute Beam SQL with an interactive client. | 
| SqlTransform | SqlTransformis the DSL interface of Beam SQL. | 
| TableNameExtractionUtils | Helper class to extract table identifiers from the query. | 
| TypedCombineFnDelegate<InputT,AccumT,OutputT> | A  Combine.CombineFndelegating all relevant calls to given delegate. |