public class MockTableDef extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MockTableDef.MockColumn
Meta-data description of the columns we wish to create during a simulated
scan.
|
static class |
MockTableDef.MockScanEntry
Describes one simulated file (or block) within the logical file scan
described by this group scan.
|
static class |
MockTableDef.MockTableSelection
A tiny wrapper class to add required DrillTableSelection behaviour to
the entries list.
|
Constructor and Description |
---|
MockTableDef(String descrip,
MockTableDef.MockTableSelection entries) |
Modifier and Type | Method and Description |
---|---|
String |
getDescrip()
Description of this data source.
|
MockTableDef.MockTableSelection |
getEntries()
The set of entries that define the groups within the file.
|
public MockTableDef(String descrip, MockTableDef.MockTableSelection entries)
public String getDescrip()
public MockTableDef.MockTableSelection getEntries()
Copyright © 1970 The Apache Software Foundation. All rights reserved.