Class FormulaTableScanner
java.lang.Object
com.illumon.iris.db.tables.select.FormulaTableScanner
- All Implemented Interfaces:
TableScanner
public class FormulaTableScanner extends Object implements TableScanner
This replaces FormulaTableIterator.
-
Constructor Summary
Constructors Constructor Description FormulaTableScanner(String formula) -
Method Summary
Modifier and Type Method Description voidinit(TableDefinition tableDefinition)longscanAll(Table table)Scan table until implementation-defined criteria are met.
-
Constructor Details
-
Method Details
-
init
- Specified by:
initin interfaceTableScanner
-
scanAll
Description copied from interface:TableScannerScan table until implementation-defined criteria are met.- Specified by:
scanAllin interfaceTableScanner- Parameters:
table- The table to scan- Returns:
- The number of rows scanned (implementation-defined)
-