Packages

object BloomFilterIndex extends IndexCompanion[BloomFilterIndex] with Serializable

Linear Supertypes
Serializable, Serializable, IndexCompanion[BloomFilterIndex], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BloomFilterIndex
  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]): BloomFilterIndex

    Creates an index

    Creates an index

    params

    parameters

    keyMetadata

    key metadata

    cols

    columns on which the index is to be created

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

    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