org.apache.spark.isarnproject.sketches

udt

package udt

Visibility
  1. Public
  2. All

Type Members

  1. case class TDigestArraySQL(tdigests: Array[TDigest]) extends Product with Serializable

    A type for receiving the results of deserializing TDigestArrayUDT.

  2. class TDigestArrayUDT extends UserDefinedType[TDigestArraySQL]

    A UserDefinedType for serializing and deserializing TDigestArraySQL objects during UDAF aggregations

  3. case class TDigestSQL(tdigest: TDigest) extends Product with Serializable

    A type for receiving the results of deserializing TDigestUDT.

  4. class TDigestUDT extends UserDefinedType[TDigestSQL]

    A UserDefinedType for serializing and deserializing TDigestSQL structures during UDAF aggregations.

Value Members

  1. object TDigestArrayUDT extends TDigestArrayUDT with Product with Serializable

    A TDigestArrayUDT instance for use in declaring UDAF objects

  2. object TDigestUDT extends TDigestUDT with Product with Serializable

    Instantiated instance of TDigestUDT for use by UDAF objects

  3. object TDigestUDTInfra

    Shims for exposing Spark's VectorUDT objects outside of org.

Ungrouped