Packages

c

io.xskipper.index.metadata

ValueListMetaData

case class ValueListMetaData(values: HashSet[Any]) extends MetadataType with Product with Serializable

ValueList meta data

values

Iterable containing the distinct strings that appear in the column

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, MetadataType, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ValueListMetaData
  2. Product
  3. Equals
  4. MetadataType
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ValueListMetaData(values: HashSet[Any])

    values

    Iterable containing the distinct strings that appear in the column

Value Members

  1. val values: HashSet[Any]