@Experimental public interface BeamSqlSeekableTable extends java.io.Serializable
SELECT *
 FROM FACT_TABLE JOIN LOOKUP_TABLE ON ....| Modifier and Type | Method and Description | 
|---|---|
java.util.List<Row> | 
seekRow(Row lookupSubRow)
return a list of  
Row with given key set. | 
default void | 
setUp()
prepare the instance. 
 | 
default void | 
tearDown()
cleanup resources of the instance. 
 |