| Package | Description |
|---|---|
| org.apache.drill.exec.store.sys |
| Modifier and Type | Method and Description |
|---|---|
SystemTable |
SystemTableScan.getTable() |
static SystemTable |
SystemTable.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemTable[] |
SystemTable.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SystemTableScan(SystemTable table,
int maxRecordsToRead,
StoragePluginRegistry engineRegistry) |
SystemTableScan(SystemTable table,
int maxRecordsToRead,
SystemTablePlugin plugin) |
SystemTableScan(SystemTable table,
SystemTablePlugin plugin) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.