Packages

package connector

Type Members

  1. trait SimpleTableProvider extends TableProvider
  2. 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.

  3. trait SupportsStreamingUpdateAsAppend extends WriteBuilder

    An internal WriteBuilder mixin to support UPDATE streaming output mode.

    An internal WriteBuilder mixin to support UPDATE streaming output mode. Now there's no good way to pass the keys to 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.

Ungrouped