public interface TableFilter
| Modifier and Type | Method and Description |
|---|---|
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.Copyright © 2022. All rights reserved.