Interface TableScanner

All Known Implementing Classes:
FormulaTableScanner

public interface TableScanner
  • Method Summary

    Modifier and Type Method Description
    void init​(TableDefinition tableDefinition)  
    long scanAll​(Table table)
    Scan table until implementation-defined criteria are met.
  • Method Details

    • init

      void init​(TableDefinition tableDefinition)
    • scanAll

      long scanAll​(Table table)
      Scan table until implementation-defined criteria are met.
      Parameters:
      table - The table to scan
      Returns:
      The number of rows scanned (implementation-defined)