Package

com.ryft.spark.connector.query.value

model

Permalink

package model

Visibility
  1. Public
  2. All

Type Members

  1. case class Currency(value: String) extends Value with Product with Serializable

    Permalink
  2. case class Date(value: String) extends Value with Product with Serializable

    Permalink
  3. case class Format(value: String) extends Product with Serializable

    Permalink

    Simple implementation of Date and Time format

  4. case class FullParams(valueA: Value, operatorA: RyftValueOperator, format: Format, operatorB: RyftValueOperator, valueB: Value) extends Params with Product with Serializable

    Permalink
  5. case class IPv4(value: String) extends Value with Product with Serializable

    Permalink
  6. case class Number(value: String) extends Value with Product with Serializable

    Permalink
  7. abstract class Params extends AnyRef

    Permalink

    Represents parameters for com.ryft.spark.connector.query.value.RyftQueryValue

  8. case class ShortParams(format: Format, operator: RyftValueOperator, value: Value) extends Params with Product with Serializable

    Permalink
  9. case class Time(value: String) extends Value with Product with Serializable

    Permalink
  10. abstract class Value extends AnyRef

    Permalink

    Simple Date, Time, Number, Currency and IPv4 values wrappers

Value Members

  1. object CUR extends Format

    Permalink

    Implementation for Currency Search DSL

  2. object Currency extends Serializable

    Permalink
  3. object IP extends Format

    Permalink

    Implementation for IPv4 Search DSL

  4. object NUM extends Format

    Permalink

    Implementation for Numeric Search DSL

  5. object Number extends Serializable

    Permalink

Ungrouped