NoopDataSource¶
NoopDataSource is a SimpleTableProvider of writable NoopTables.
Short Name¶
NoopDataSource is registered under noop alias.
Creating Table¶
getTable(
options: CaseInsensitiveStringMap): Table
getTable simply creates a NoopTable.
getTable is part of the SimpleTableProvider abstraction.