NoopTable¶
NoopTable is a Table that supports write in noop data source.
Name¶
name(): String
name is noop-table.
name is part of the SupportsWrite abstraction.
Capabilities¶
capabilities(): ju.Set[TableCapability]
NoopTable supports the following capabilities:
capabilities is part of the Table abstraction.
Creating WriteBuilder¶
newWriteBuilder(
info: LogicalWriteInfo): WriteBuilder
newWriteBuilder creates a NoopWriteBuilder.
newWriteBuilder is part of the SupportsWrite abstraction.