HiveTableOptions constructor
HiveTableOptions({
- Map<
String, String> ? parameters, - StorageDescriptor? storageDescriptor,
- String? tableType,
Implementation
HiveTableOptions({this.parameters, this.storageDescriptor, this.tableType});