Package

quasar.precog

common

Permalink

package common

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. common
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class BigDecimalValueStats(count: Long, min: BigDecimal, max: BigDecimal) extends MetadataStats with Product with Serializable

    Permalink
  2. case class BooleanValueStats(count: Long, trueCount: Long) extends MetadataStats with Product with Serializable

    Permalink
  3. case class CArray[A](value: Array[A], cType: CArrayType[A]) extends CWrappedValue[Array[A]] with Product with Serializable

    Permalink
  4. case class CArrayType[A](elemType: CValueType[A]) extends CValueType[Array[A]] with Product with Serializable

    Permalink
  5. sealed abstract class CBoolean extends CWrappedValue[Boolean]

    Permalink
  6. case class CDate(value: ZonedDateTime) extends CWrappedValue[ZonedDateTime] with Product with Serializable

    Permalink
  7. case class CDouble(value: Double) extends CNumericValue[Double] with Product with Serializable

    Permalink
  8. case class CLong(value: Long) extends CNumericValue[Long] with Product with Serializable

    Permalink
  9. sealed trait CNullType extends CType with CNullValue

    Permalink
  10. sealed trait CNullValue extends CValue

    Permalink
  11. case class CNum(value: BigDecimal) extends CNumericValue[BigDecimal] with Product with Serializable

    Permalink
  12. sealed trait CNumericType[A] extends CValueType[A]

    Permalink
  13. sealed trait CNumericValue[A] extends CWrappedValue[A]

    Permalink
  14. sealed trait CPath extends AnyRef

    Permalink
  15. sealed case class CPathField(name: String) extends CPathNode with Product with Serializable

    Permalink
  16. sealed case class CPathIndex(index: Int) extends CPathNode with Product with Serializable

    Permalink
  17. sealed case class CPathMeta(name: String) extends CPathNode with Product with Serializable

    Permalink
  18. sealed trait CPathNode extends AnyRef

    Permalink
  19. case class CPeriod(value: blueeyes.Period) extends CWrappedValue[blueeyes.Period] with Product with Serializable

    Permalink
  20. case class CString(value: String) extends CWrappedValue[String] with Product with Serializable

    Permalink
  21. sealed trait CType extends Serializable

    Permalink
  22. sealed trait CValue extends RValue

    Permalink
  23. sealed trait CValueType[A] extends CType

    Permalink
  24. sealed trait CWrappedValue[A] extends CValue

    Permalink
  25. trait Codec[A] extends AnyRef

    Permalink

    Codecs allow a writer to deal with the case where we have a buffer overflow when attempting to write all data to the buffer.

    Codecs allow a writer to deal with the case where we have a buffer overflow when attempting to write all data to the buffer. This lets the writer return some state indicating more data needs to be written. This state is then given to a writeMore method so it can finish the writing. It may take several calls to writeMore before it all is finally written.

  26. case class ColumnRef(selector: CPath, ctype: CType) extends Product with Serializable

    Permalink
  27. case class DoubleValueStats(count: Long, min: Double, max: Double) extends MetadataStats with Product with Serializable

    Permalink
  28. type JobId = String

    Permalink
  29. case class LongValueStats(count: Long, min: Long, max: Long) extends MetadataStats with Product with Serializable

    Permalink
  30. sealed trait Metadata extends AnyRef

    Permalink
  31. sealed trait MetadataStats extends Metadata

    Permalink
  32. sealed trait MetadataType extends AnyRef

    Permalink
  33. class Path extends AnyRef

    Permalink
  34. case class RArray(elements: List[RValue]) extends RValue with Product with Serializable

    Permalink
  35. case class RObject(fields: Map[String, RValue]) extends RValue with Product with Serializable

    Permalink
  36. sealed trait RValue extends AnyRef

    Permalink
  37. final class StringExtensions extends AnyRef

    Permalink
  38. case class StringValueStats(count: Long, min: String, max: String) extends MetadataStats with Product with Serializable

    Permalink

Value Members

  1. object BigDecimalValueStats extends MetadataType with Serializable

    Permalink
  2. object BooleanValueStats extends MetadataType with Serializable

    Permalink
  3. object CArray extends Product with Serializable

    Permalink
  4. object CBoolean extends CValueType[Boolean]

    Permalink
  5. object CDate extends CValueType[ZonedDateTime] with Product with Serializable

    Permalink
  6. object CDouble extends CNumericType[Double] with Product with Serializable

    Permalink
  7. object CEmptyArray extends CNullType with CNullValue with Product with Serializable

    Permalink
  8. object CEmptyObject extends CNullType with CNullValue with Product with Serializable

    Permalink
  9. object CFalse extends CBoolean with Product with Serializable

    Permalink
  10. object CLong extends CNumericType[Long] with Product with Serializable

    Permalink
  11. object CNull extends CNullType with CNullValue with Product with Serializable

    Permalink
  12. object CNum extends CNumericType[BigDecimal] with Product with Serializable

    Permalink
  13. object CPath

    Permalink
  14. object CPathArray extends CPathNode with Product with Serializable

    Permalink
  15. object CPathNode

    Permalink
  16. object CPeriod extends CValueType[blueeyes.Period] with Product with Serializable

    Permalink
  17. object CString extends CValueType[String] with Product with Serializable

    Permalink
  18. object CTrue extends CBoolean with Product with Serializable

    Permalink
  19. object CType extends Serializable

    Permalink
  20. object CUndefined extends CNullType with CNullValue with Product with Serializable

    Permalink
  21. object CValue

    Permalink
  22. object CValueType extends Serializable

    Permalink
  23. object Codec

    Permalink
  24. object ColumnRef extends Serializable

    Permalink
  25. object DoubleValueStats extends MetadataType with Serializable

    Permalink
  26. object JavaSerialization

    Permalink
  27. object LongValueStats extends MetadataType with Serializable

    Permalink
  28. object Metadata

    Permalink
  29. object MetadataType

    Permalink
  30. object Path

    Permalink
  31. object RArray extends Serializable

    Permalink
  32. object RObject extends Serializable

    Permalink
  33. object RValue

    Permalink
  34. object StringValueStats extends MetadataType with Serializable

    Permalink
  35. package accounts

    Permalink
  36. package ingest

    Permalink
  37. package jobs

    Permalink
  38. package security

    Permalink
  39. implicit def stringExtensions(s: String): StringExtensions

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped