| Interface | Description |
|---|---|
| OverwritableTableSink |
A
TableSink that supports INSERT OVERWRITE should implement this trait. |
| PartitionableTableSink |
An interface for partitionable
TableSink. |
| TableSink<T> |
A
TableSink specifies how to emit a table to an external
system or location. |
| Class | Description |
|---|---|
| TableSinkBase<T> |
Base class for
TableSink. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.