Uses of Enum
org.apache.drill.exec.store.sys.SystemTable
-
Uses of SystemTable in org.apache.drill.exec.store.sys
Modifier and TypeMethodDescriptionSystemTableScan.getTable()
static SystemTable
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.ModifierConstructorDescriptionSystemTableScan
(SystemTable table, int maxRecordsToRead, StoragePluginRegistry engineRegistry) SystemTableScan
(SystemTable table, int maxRecordsToRead, SystemTablePlugin plugin) SystemTableScan
(SystemTable table, SystemTablePlugin plugin)