Uses of Enum
org.apache.drill.exec.store.sys.SystemTable
Packages that use SystemTable
-
Uses of SystemTable in org.apache.drill.exec.store.sys
Methods in org.apache.drill.exec.store.sys that return SystemTableModifier and TypeMethodDescriptionSystemTableScan.getTable()static SystemTableReturns 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.Constructors in org.apache.drill.exec.store.sys with parameters of type SystemTableModifierConstructorDescriptionSystemTableScan(SystemTable table, int maxRecordsToRead, StoragePluginRegistry engineRegistry) SystemTableScan(SystemTable table, int maxRecordsToRead, SystemTablePlugin plugin) SystemTableScan(SystemTable table, SystemTablePlugin plugin)