See: Description
Interface | Description |
---|---|
BeamSqlSeekableTable |
A seekable table converts a JOIN operator to an inline lookup.
|
BeamSqlTable |
This interface defines a Beam Sql Table.
|
BeamSqlUdf |
Interface to create a UDF in Beam SQL.
|
Class | Description |
---|---|
BeamSql |
BeamSql is the DSL interface of BeamSQL. |
BeamSqlCli |
BeamSqlCli provides methods to execute Beam SQL with an interactive client. |
QueryTransform |
A
PTransform representing an execution plan for a SQL query. |