Class AttributeDescriptor

java.lang.Object
org.apache.drill.common.scanner.persistence.AttributeDescriptor

public final class AttributeDescriptor extends Object
a field set in an annotation (to simplify we have a list of string representations of the values)
  • Constructor Details

    • AttributeDescriptor

      public AttributeDescriptor(String name, List<String> values)
  • Method Details