Class MockTableDef.MockScanEntry

java.lang.Object
org.apache.drill.exec.store.mock.MockTableDef.MockScanEntry
Enclosing class:
MockTableDef

public static class MockTableDef.MockScanEntry extends Object
Describes one simulated file (or block) within the logical file scan described by this group scan. Each block can have a distinct schema to test for schema changes.
  • Constructor Details

  • Method Details

    • getRecords

      public int getRecords()
    • isExtended

      public boolean isExtended()
    • getBatchSize

      public int getBatchSize()
    • getRepeat

      public int getRepeat()
    • getTypes

      public MockTableDef.MockColumn[] getTypes()
    • toString

      public String toString()
      Overrides:
      toString in class Object