Class HashIndexDescriptorView


public class HashIndexDescriptorView extends IndexDescriptorView
JSON view of a CatalogHashIndexDescriptor.
  • Constructor Details

    • HashIndexDescriptorView

      public HashIndexDescriptorView(String name, boolean unique, List<String> columns)
      JSON constructor.
  • Method Details