package
common
Type Members
-
-
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
-
-
case class
CDate(value: LocalDateTime) extends CWrappedValue[LocalDateTime] 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
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
CString(value: String) extends CWrappedValue[String] with Product with Serializable
-
sealed
trait
CType extends Serializable
-
-
-
-
trait
Codec[A] extends AnyRef
-
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
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
-
-
case class
StringValueStats(count: Long, min: String, max: String) extends MetadataStats with Product with Serializable
Inherited from AnyRef
Inherited from Any