Package

com.ryft.spark.connector.query.value

model

Permalink

package model

Visibility
  1. Public
  2. All

Type Members

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

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

    Permalink

    Simple implementation of Date and Time format

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

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

    Permalink
  5. abstract class Params extends AnyRef

    Permalink

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

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

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

    Permalink
  8. abstract class Value extends AnyRef

    Permalink

    Simple Date, Time and Number values wrappers

Value Members

  1. object NUM extends Format

    Permalink

    Implementation for Numeric Search DSL

  2. object Number extends Serializable

    Permalink

Ungrouped