package org.apache.spark.sql.sources.v2;
public interface DataSourceV2 {}
DataSourceV2 — Data Sources in Data Source API V2
DataSourceV2
is the fundamental abstraction of the data sources in the Data Source API V2.
DataSourceV2
defines no methods or values and simply acts as a marker interface.
Note
|
Implementations should at least use ReadSupport or WriteSupport interfaces for readable or writable data sources, respectively. Otherwise, an
|
Note
|
In other words, using the contract is as treading on thin ice. |
DataSourceV2 | Description |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|