StorageDescriptor constructor
      
      StorageDescriptor({ 
    
    
- List<String> ? bucketColumns,
- List<Column> ? columns,
- bool? compressed,
- String? inputFormat,
- String? location,
- int? numberOfBuckets,
- String? outputFormat,
- Map<String, String> ? parameters,
- SchemaReference? schemaReference,
- SerDeInfo? serdeInfo,
- SkewedInfo? skewedInfo,
- List<Order> ? sortColumns,
- bool? storedAsSubDirectories,
Implementation
StorageDescriptor({
  this.bucketColumns,
  this.columns,
  this.compressed,
  this.inputFormat,
  this.location,
  this.numberOfBuckets,
  this.outputFormat,
  this.parameters,
  this.schemaReference,
  this.serdeInfo,
  this.skewedInfo,
  this.sortColumns,
  this.storedAsSubDirectories,
});