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 void
init(TableDefinition tableDefinition)
long
scanAll(Table table)
Scan table until implementation-defined criteria are met.
-
Constructor Details
-
Method Details
-
init
- Specified by:
init
in interfaceTableScanner
-
scanAll
Description copied from interface:TableScanner
Scan table until implementation-defined criteria are met.- Specified by:
scanAll
in interfaceTableScanner
- Parameters:
table
- The table to scan- Returns:
- The number of rows scanned (implementation-defined)
-