package connector
Type Members
- trait SimpleTableProvider extends TableProvider
- trait SupportsMetadata extends AnyRef
A mix-in interface for
FileScan.A mix-in interface for
FileScan. This can be used to report metadata for a file based scan operator. This is currently used for supporting formatted explain. - trait SupportsStreamingUpdateAsAppend extends WriteBuilder
An internal
WriteBuildermixin to support UPDATE streaming output mode.An internal
WriteBuildermixin to support UPDATE streaming output mode. Now there's no good way to pass thekeysto upsert or replace (delete -> append), we do the same with append writes and let end users to deal with.This approach may be still valid for streaming writers which can't do the upsert or replace. We can promote the API to the official API along with the new API for upsert/replace.