case classHiveAcidRelation(sparkSession: SparkSession, fullyQualifiedTableName: String, parameters: Map[String, String]) extends BaseRelation with InsertableRelation with PrunedFilteredScan with Logging with Product with Serializable
Container for all metadata, configuration and schema to perform operations on
Hive ACID datasource.
Container for all metadata, configuration and schema to perform operations on
Hive ACID datasource. This provides for plumbing most of the heavy lifting is
performed inside HiveAcidtTable.
sparkSession
Spark Session object
fullyQualifiedTableName
Table name for the data source.
parameters
user provided parameters required for reading and writing,
including configuration
Container for all metadata, configuration and schema to perform operations on Hive ACID datasource. This provides for plumbing most of the heavy lifting is performed inside HiveAcidtTable.
Spark Session object
Table name for the data source.
user provided parameters required for reading and writing, including configuration