Interface | Description |
---|---|
AppendableColumn<DATA_TYPE> |
Appendable columns for ordered output.
|
AppendableTable<COLUMN_IMPL_TYPE extends AppendableColumn> |
Interface for appending to a single partition or standalone splayed table.
|
BufferedAppendable |
Interface for appendable objects with built-in buffering.
|
BufferedAppendableColumn<DATA_TYPE> |
Combine the BufferedAppendable and AppendableColumn interfaces.
|
TableTransactionProcessor |
Interface for table writing components that support transactions.
|
Class | Description |
---|---|
BaseAppendableColumn<TYPE> |
Base class for AppendableColumn implementations.
|