public interface TableFilter
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
filter(TableProperties tableProperties)
A callback to determine whether relevant keys for this scan exist in a
given table based on the table's properties.
|
boolean filter(TableProperties tableProperties)
tableProperties - the table properties.