StorageDescriptor class
Contains information about how a table's data is stored and accessed by open source query engines.
Constructors
- StorageDescriptor({String? inputFormat, String? locationUri, String? outputFormat, SerDeInfo? serdeInfo})
- StorageDescriptor.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- inputFormat ↔ String?
-
Specifies the fully qualified class name of the InputFormat (e.g.
"org.apache.hadoop.hive.ql.io.orc.OrcInputFormat").
getter/setter pair
- locationUri ↔ String?
-
The physical location of the table (e.g.
'gs://spark-dataproc-data/pangea-data/case_sensitive/' or
'gs://spark-dataproc-data/pangea-data / * ').
getter/setter pair
- outputFormat ↔ String?
-
Specifies the fully qualified class name of the OutputFormat (e.g.
"org.apache.hadoop.hive.ql.io.orc.OrcOutputFormat").
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serdeInfo ↔ SerDeInfo?
-
Serializer and deserializer information.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited