Packages

object ValueListIndex extends IndexCompanion[ValueListIndex] with Serializable

Linear Supertypes
Serializable, Serializable, IndexCompanion[ValueListIndex], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ValueListIndex
  2. Serializable
  3. Serializable
  4. IndexCompanion
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(params: Map[String, String], keyMetadata: Option[String], cols: Seq[String]): ValueListIndex

    Creates an index

    Creates an index

    params

    parameters

    keyMetadata

    key metadata

    cols

    columns on which the index is to be created

    Definition Classes
    ValueListIndexIndexCompanion
  2. def apply(params: Map[String, String], cols: Seq[String]): ValueListIndex

    Creates an index without any key metadata

    Creates an index without any key metadata

    params

    parameters

    cols

    columns on which the index is to be created

    Definition Classes
    IndexCompanion