IcebergCatalog constructor

IcebergCatalog({
  1. String? catalogType,
  2. GlueIcebergCatalog? glueIcebergCatalog,
  3. NessieIcebergCatalog? nessieIcebergCatalog,
  4. PolarisIcebergCatalog? polarisIcebergCatalog,
  5. RestIcebergCatalog? restIcebergCatalog,
})

Implementation

IcebergCatalog({
  this.catalogType,
  this.glueIcebergCatalog,
  this.nessieIcebergCatalog,
  this.polarisIcebergCatalog,
  this.restIcebergCatalog,
});