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.
|
| Constructor and Description |
|---|
MockTableDef(String descrip,
List<MockTableDef.MockScanEntry> entries) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescrip()
Description of this data source.
|
List<MockTableDef.MockScanEntry> |
getEntries()
The set of entries that define the groups within the file.
|
public MockTableDef(String descrip, List<MockTableDef.MockScanEntry> entries)
public String getDescrip()
public List<MockTableDef.MockScanEntry> getEntries()
Copyright © 2021 The Apache Software Foundation. All rights reserved.