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 Details

    • FormulaTableScanner

      public FormulaTableScanner(String formula)
  • Method Details

    • init

      public void init(TableDefinition tableDefinition)
      Specified by:
      init in interface TableScanner
    • scanAll

      public long scanAll(Table table)
      Description copied from interface: TableScanner
      Scan table until implementation-defined criteria are met.
      Specified by:
      scanAll in interface TableScanner
      Parameters:
      table - The table to scan
      Returns:
      The number of rows scanned (implementation-defined)