package api

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract final class Accuracy extends Enum[Accuracy] with TEnum

    Autogenerated by Thrift Compiler (0.13.0)

    Autogenerated by Thrift Compiler (0.13.0)

    DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING

    Annotations
    @Generated()
  2. class Aggregation extends TBase[Aggregation, _Fields] with Serializable with Cloneable with Comparable[Aggregation]

    Chronon provides a powerful aggregations primitive - that takes the familiar aggregation operation, via groupBy in SQL and extends it with three things - windowing, bucketing and auto-explode.

    Chronon provides a powerful aggregations primitive - that takes the familiar aggregation operation, via groupBy in SQL and extends it with three things - windowing, bucketing and auto-explode.

    Annotations
    @SuppressWarnings() @Generated()
  3. class AggregationPart extends TBase[AggregationPart, _Fields] with Serializable with Cloneable with Comparable[AggregationPart]

    Autogenerated by Thrift Compiler (0.13.0)

    Autogenerated by Thrift Compiler (0.13.0)

    DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING

    Annotations
    @SuppressWarnings() @Generated()
  4. class BootstrapPart extends TBase[BootstrapPart, _Fields] with Serializable with Cloneable with Comparable[BootstrapPart]

    Autogenerated by Thrift Compiler (0.13.0)

    Autogenerated by Thrift Compiler (0.13.0)

    DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING

    Annotations
    @SuppressWarnings() @Generated()
  5. class DataField extends TBase[DataField, _Fields] with Serializable with Cloneable with Comparable[DataField]

    Autogenerated by Thrift Compiler (0.13.0)

    Autogenerated by Thrift Compiler (0.13.0)

    DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING

    Annotations
    @SuppressWarnings() @Generated()
  6. sealed abstract final class DataKind extends Enum[DataKind] with TEnum

    Autogenerated by Thrift Compiler (0.13.0)

    Autogenerated by Thrift Compiler (0.13.0)

    DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING

    Annotations
    @Generated()
  7. sealed trait DataType extends Serializable
  8. class Derivation extends TBase[Derivation, _Fields] with Serializable with Cloneable with Comparable[Derivation]

    Autogenerated by Thrift Compiler (0.13.0)

    Autogenerated by Thrift Compiler (0.13.0)

    DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING

    Annotations
    @SuppressWarnings() @Generated()
  9. case class EncodeKeyException(requestName: String, message: String) extends IllegalArgumentException with Product with Serializable
  10. class EntitySource extends TBase[EntitySource, _Fields] with Serializable with Cloneable with Comparable[EntitySource]

    Entity Sources represent data that gets mutated over-time - at row-level.

    Entity Sources represent data that gets mutated over-time - at row-level. This is a group of three data elements. snapshotTable, mutationTable and mutationTopic. mutationTable and mutationTopic are only necessary if we are trying to create realtime or point-in-time aggregations over these sources. Entity sources usually map 1:1 with a database tables in your OLTP store that typically serves live application traffic. When mutation data is absent they map 1:1 to dim tables in star schema.

    Annotations
    @SuppressWarnings() @Generated()
  11. class EventSource extends TBase[EventSource, _Fields] with Serializable with Cloneable with Comparable[EventSource]

    Autogenerated by Thrift Compiler (0.13.0)

    Autogenerated by Thrift Compiler (0.13.0)

    DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING

    Annotations
    @SuppressWarnings() @Generated()
  12. class ExternalPart extends TBase[ExternalPart, _Fields] with Serializable with Cloneable with Comparable[ExternalPart]

    Autogenerated by Thrift Compiler (0.13.0)

    Autogenerated by Thrift Compiler (0.13.0)

    DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING

    Annotations
    @SuppressWarnings() @Generated()
  13. class ExternalSource extends TBase[ExternalSource, _Fields] with Serializable with Cloneable with Comparable[ExternalSource]

    Autogenerated by Thrift Compiler (0.13.0)

    Autogenerated by Thrift Compiler (0.13.0)

    DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING

    Annotations
    @SuppressWarnings() @Generated()
  14. class FetchException extends IllegalArgumentException
  15. class GroupBy extends TBase[GroupBy, _Fields] with Serializable with Cloneable with Comparable[GroupBy]

    Autogenerated by Thrift Compiler (0.13.0)

    Autogenerated by Thrift Compiler (0.13.0)

    DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING

    Annotations
    @SuppressWarnings() @Generated()
  16. class GroupByServingInfo extends TBase[GroupByServingInfo, _Fields] with Serializable with Cloneable with Comparable[GroupByServingInfo]

    Autogenerated by Thrift Compiler (0.13.0)

    Autogenerated by Thrift Compiler (0.13.0)

    DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING

    Annotations
    @SuppressWarnings() @Generated()
  17. case class InvalidEntityException(requestName: String) extends FetchException with Product with Serializable
  18. class Join extends TBase[Join, _Fields] with Serializable with Cloneable with Comparable[Join]

    Autogenerated by Thrift Compiler (0.13.0)

    Autogenerated by Thrift Compiler (0.13.0)

    DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING

    Annotations
    @SuppressWarnings() @Generated()
  19. class JoinPart extends TBase[JoinPart, _Fields] with Serializable with Cloneable with Comparable[JoinPart]

    Autogenerated by Thrift Compiler (0.13.0)

    Autogenerated by Thrift Compiler (0.13.0)

    DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING

    Annotations
    @SuppressWarnings() @Generated()
  20. class JoinSource extends TBase[JoinSource, _Fields] with Serializable with Cloneable with Comparable[JoinSource]

    Output of a Join can be used as input to downstream computations like GroupBy or a Join.

    Output of a Join can be used as input to downstream computations like GroupBy or a Join. Below is a short description of each of the cases we handle. Case #1: a join's source is another join [TODO]

    • while serving, we expect the keys for the upstream join to be passed in the request. we will query upstream first, and use the result to query downstream
    • while backfill, we will backfill the upstream first, and use the table as the left of the subsequent join
    • this is currently a "to do" because users can achieve this by themselves unlike case 2: Case #2: a join is the source of another GroupBy
    • We will support arbitrarily long transformation chains with this.
    • for batch (Accuracy.SNAPSHOT), we simply backfill the join first and compute groupBy as usual
      • will substitute the joinSource with the resulting table and continue computation
      • we will add a "resolve source" step prior to backfills that will compute the parent join and update the source
    • for realtime (Accuracy.TEMPORAL), we need to do "stream enrichment"
      • we will simply issue "fetchJoin" and create an enriched source. Note the join left should be of type "events".
    Annotations
    @SuppressWarnings() @Generated()
  21. case class KeyMissingException(requestName: String, missingKeys: Seq[String], query: Map[String, Any]) extends FetchException with Product with Serializable
  22. class LabelPart extends TBase[LabelPart, _Fields] with Serializable with Cloneable with Comparable[LabelPart]

    Autogenerated by Thrift Compiler (0.13.0)

    Autogenerated by Thrift Compiler (0.13.0)

    DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING

    Annotations
    @SuppressWarnings() @Generated()
  23. case class ListType(elementType: DataType) extends DataType with Product with Serializable
  24. case class MapType(keyType: DataType, valueType: DataType) extends DataType with Product with Serializable
  25. class MetaData extends TBase[MetaData, _Fields] with Serializable with Cloneable with Comparable[MetaData]

    Autogenerated by Thrift Compiler (0.13.0)

    Autogenerated by Thrift Compiler (0.13.0)

    DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING

    Annotations
    @SuppressWarnings() @Generated()
  26. sealed abstract final class Operation extends Enum[Operation] with TEnum

    Autogenerated by Thrift Compiler (0.13.0)

    Autogenerated by Thrift Compiler (0.13.0)

    DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING

    Annotations
    @Generated()
  27. case class ParametricMacro(value: String, func: (Map[String, String]) ⇒ String) extends Product with Serializable
  28. case class PartitionSpec(format: String, spanMillis: Long) extends Product with Serializable
  29. class Query extends TBase[Query, _Fields] with Serializable with Cloneable with Comparable[Query]

    Autogenerated by Thrift Compiler (0.13.0)

    Autogenerated by Thrift Compiler (0.13.0)

    DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING

    Annotations
    @SuppressWarnings() @Generated()
  30. trait Row extends AnyRef
  31. trait SchemaTraverser[SchemaType] extends AnyRef

    SchemaTraverser aids in the traversal of the given SchemaType.

    SchemaTraverser aids in the traversal of the given SchemaType. In some cases (eg avro), it is more performant to create the top-level schema once and then traverse it top-to-bottom, rather than recreating at each node.

    This helper trait allows the Row.to function to traverse SchemaType without leaking details of the SchemaType structure.

  32. class Source extends TUnion[Source, _Fields]

    Autogenerated by Thrift Compiler (0.13.0)

    Autogenerated by Thrift Compiler (0.13.0)

    DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING

    Annotations
    @SuppressWarnings() @Generated()
  33. class StagingQuery extends TBase[StagingQuery, _Fields] with Serializable with Cloneable with Comparable[StagingQuery]

    Staging Query encapsulates arbitrary spark computation.

    Staging Query encapsulates arbitrary spark computation. One key feature is that the computation follows a "fill-what's-missing" pattern. Basically instead of explicitly specifying dates you specify two macros. {{ start_date }} and {{end_date}}. Chronon will pass in earliest-missing-partition for start_date and execution-date / today for end_date. So the query will compute multiple partitions at once.

    Annotations
    @SuppressWarnings() @Generated()
  34. case class StructField(name: String, fieldType: DataType) extends Product with Serializable
  35. case class StructType(name: String, fields: Array[StructField]) extends DataType with Seq[StructField] with Product with Serializable
  36. class TDataType extends TBase[TDataType, _Fields] with Serializable with Cloneable with Comparable[TDataType]

    Autogenerated by Thrift Compiler (0.13.0)

    Autogenerated by Thrift Compiler (0.13.0)

    DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING

    Annotations
    @SuppressWarnings() @Generated()
  37. sealed abstract final class TimeUnit extends Enum[TimeUnit] with TEnum

    Autogenerated by Thrift Compiler (0.13.0)

    Autogenerated by Thrift Compiler (0.13.0)

    DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING

    Annotations
    @Generated()
  38. case class UnknownType(any: Any) extends DataType with Product with Serializable
  39. class Window extends TBase[Window, _Fields] with Serializable with Cloneable with Comparable[Window]

    Autogenerated by Thrift Compiler (0.13.0)

    Autogenerated by Thrift Compiler (0.13.0)

    DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING

    Annotations
    @SuppressWarnings() @Generated()

Value Members

  1. object BinaryType extends DataType with Product with Serializable
  2. object BooleanType extends DataType with Product with Serializable
  3. object Builders
  4. object ByteType extends DataType with Product with Serializable
  5. object Constants
  6. object DataModel extends Enumeration
  7. object DataType extends Serializable
  8. object DateType extends DataType with Product with Serializable
  9. object DoubleType extends DataType with Product with Serializable
  10. object Extensions
  11. object FloatType extends DataType with Product with Serializable
  12. object HashUtils
  13. object IntType extends DataType with Product with Serializable
  14. object LongType extends DataType with Product with Serializable
  15. object ParametricMacro extends Serializable
  16. object QueryUtils
  17. object Row
  18. object ShortType extends DataType with Product with Serializable
  19. object StringType extends DataType with Product with Serializable
  20. object StructType extends Serializable
  21. object ThriftJsonCodec
  22. object TimestampType extends DataType with Product with Serializable

Ungrouped