2.0.0
The string that represents the format that this data source provider uses.
The string that represents the format that this data source provider uses. This is overridden by children to provide a nice alias for the data source. For example:
override def shortName(): String = "parquet"
1.5.0
Returns the name and schema of the source that can be used to continually read data.
Returns the name and schema of the source that can be used to continually read data.
2.0.0