Class MockTableDef

java.lang.Object
org.apache.drill.exec.store.mock.MockTableDef

public class MockTableDef extends Object
Structure of a mock table definition file. Yes, using Jackson deserialization to parse the file is brittle, but this is for testing so we're favoring convenience over robustness.
  • Constructor Details

  • Method Details

    • getDescrip

      public String getDescrip()
      Description of this data source. Ignored by the scanner, purely for the convenience of the author.
    • getEntries

      public MockTableDef.MockTableSelection getEntries()
      The set of entries that define the groups within the file. Each group can have a distinct schema; each may be read in a separate fragment.
      Returns: