package common
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- common
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class BigDecimalValueStats(count: Long, min: BigDecimal, max: BigDecimal) extends MetadataStats with Product with Serializable
- case class BooleanValueStats(count: Long, trueCount: Long) extends MetadataStats with Product with Serializable
- case class CArray[A](value: Array[A], cType: CArrayType[A]) extends CWrappedValue[Array[A]] with Product with Serializable
- case class CArrayType[A](elemType: CValueType[A]) extends CValueType[Array[A]] with Product with Serializable
- sealed abstract class CBoolean extends CWrappedValue[Boolean]
- case class CDate(value: ZonedDateTime) extends CWrappedValue[ZonedDateTime] with Product with Serializable
- case class CDouble(value: Double) extends CNumericValue[Double] with Product with Serializable
- case class CLong(value: Long) extends CNumericValue[Long] with Product with Serializable
- sealed trait CNullType extends CType with CNullValue
- sealed trait CNullValue extends CValue
- case class CNum(value: BigDecimal) extends CNumericValue[BigDecimal] with Product with Serializable
- sealed trait CNumericType[A] extends CValueType[A]
- sealed trait CNumericValue[A] extends CWrappedValue[A]
- sealed trait CPath extends AnyRef
- sealed case class CPathField(name: String) extends CPathNode with Product with Serializable
- sealed case class CPathIndex(index: Int) extends CPathNode with Product with Serializable
- sealed case class CPathMeta(name: String) extends CPathNode with Product with Serializable
- sealed trait CPathNode extends AnyRef
- case class CPeriod(value: blueeyes.Period) extends CWrappedValue[blueeyes.Period] with Product with Serializable
- case class CString(value: String) extends CWrappedValue[String] with Product with Serializable
- sealed trait CType extends Serializable
- sealed trait CValue extends RValue
- sealed trait CValueType[A] extends CType
- sealed trait CWrappedValue[A] extends CValue
-
trait
Codec[A] extends AnyRef
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
writeMoremethod so it can finish the writing. It may take several calls towriteMorebefore it all is finally written. - case class ColumnRef(selector: CPath, ctype: CType) extends Product with Serializable
- case class DoubleValueStats(count: Long, min: Double, max: Double) extends MetadataStats with Product with Serializable
- type JobId = String
- case class LongValueStats(count: Long, min: Long, max: Long) extends MetadataStats with Product with Serializable
- sealed trait Metadata extends AnyRef
- sealed trait MetadataStats extends Metadata
- sealed trait MetadataType extends AnyRef
- class Path extends AnyRef
- case class RArray(elements: List[RValue]) extends RValue with Product with Serializable
- case class RObject(fields: Map[String, RValue]) extends RValue with Product with Serializable
- sealed trait RValue extends AnyRef
- final class StringExtensions extends AnyRef
- case class StringValueStats(count: Long, min: String, max: String) extends MetadataStats with Product with Serializable
Value Members
- implicit def stringExtensions(s: String): StringExtensions
- object BigDecimalValueStats extends MetadataType with Serializable
- object BooleanValueStats extends MetadataType with Serializable
- object CArray extends Product with Serializable
- object CBoolean extends CValueType[Boolean]
- object CDate extends CValueType[ZonedDateTime] with Product with Serializable
- object CDouble extends CNumericType[Double] with Product with Serializable
- object CEmptyArray extends CNullType with CNullValue with Product with Serializable
- object CEmptyObject extends CNullType with CNullValue with Product with Serializable
- object CFalse extends CBoolean with Product with Serializable
- object CLong extends CNumericType[Long] with Product with Serializable
- object CNull extends CNullType with CNullValue with Product with Serializable
- object CNum extends CNumericType[BigDecimal] with Product with Serializable
- object CPath
- object CPathArray extends CPathNode with Product with Serializable
- object CPathNode
- object CPeriod extends CValueType[blueeyes.Period] with Product with Serializable
- object CString extends CValueType[String] with Product with Serializable
- object CTrue extends CBoolean with Product with Serializable
- object CType extends Serializable
- object CUndefined extends CNullType with CNullValue with Product with Serializable
- object CValue
- object CValueType extends Serializable
- object Codec
- object ColumnRef extends Serializable
- object DoubleValueStats extends MetadataType with Serializable
- object JavaSerialization
- object LongValueStats extends MetadataType with Serializable
- object Metadata
- object MetadataType
- object Path
- object RArray extends Serializable
- object RObject extends Serializable
- object RValue
- object StringValueStats extends MetadataType with Serializable