Packages

c

io.xskipper.search.clause

BloomFilterClause

case class BloomFilterClause(col: String, values: Array[Literal]) extends Clause with Product with Serializable

Represents an abstract bloom filter clause

col

the column on which the clause is applied

values

sequence of values representing the value list

Linear Supertypes
Serializable, Serializable, Product, Equals, Clause, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BloomFilterClause
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Clause
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BloomFilterClause(col: String, values: Array[Literal])

    col

    the column on which the clause is applied

    values

    sequence of values representing the value list

Value Members

  1. val col: String
  2. val values: Array[Literal]