Package

com.ryft.spark.connector.query

value

Permalink

package value

Visibility
  1. Public
  2. All

Type Members

  1. case class DateValue(valueA: Option[Date] = None, operatorA: Option[RyftValueOperator] = None, format: Format, operatorB: RyftValueOperator, valueB: Date) extends RyftQueryValue with Product with Serializable

    Permalink

    Implementation of Ryft date search

  2. case class NumericValue(valueA: Option[Number] = None, operatorA: Option[RyftValueOperator] = None, operatorB: RyftValueOperator, valueB: Number) extends RyftQueryValue with Product with Serializable

    Permalink

    Implementation of Ryft numeric search

  3. case class PlainTextValue(value: String) extends RyftQueryValue with Product with Serializable

    Permalink

    Simple value for Ryft query

  4. trait RyftQueryValue extends AnyRef

    Permalink

    Represents possible values for Ryft query

  5. case class TimeValue(valueA: Option[Time] = None, operatorA: Option[RyftValueOperator] = None, format: Format, operatorB: RyftValueOperator, valueB: Time) extends RyftQueryValue with Product with Serializable

    Permalink

    Implementation of Ryft dime search

Value Members

  1. object DateValue extends Logging with Serializable

    Permalink
  2. object NumericValue extends Logging with Serializable

    Permalink
  3. object TimeValue extends Logging with Serializable

    Permalink
  4. package dsl

    Permalink
  5. package model

    Permalink

Ungrouped