Interface TableScanner
- All Known Implementing Classes:
FormulaTableScanner
public interface TableScanner
-
Method Summary
Modifier and TypeMethodDescriptionvoid
init
(TableDefinition tableDefinition) long
Scan table until implementation-defined criteria are met.
-
Method Details
-
init
-
scanAll
Scan table until implementation-defined criteria are met.- Parameters:
table
- The table to scan- Returns:
- The number of rows scanned (implementation-defined)
-