package api

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

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]

    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()
  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 AggregationSelector extends TBase[AggregationSelector, _Fields] with Serializable with Cloneable with Comparable[AggregationSelector]

    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. sealed trait DataType extends Serializable
  6. class EntitySource extends TBase[EntitySource, _Fields] with Serializable with Cloneable with Comparable[EntitySource]

    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()
  7. 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()
  8. 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()
  9. 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()
  10. 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()
  11. 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()
  12. case class ListType(elementType: DataType) extends DataType with Product with Serializable
  13. case class MapType(keyType: DataType, valueType: DataType) extends DataType with Product with Serializable
  14. 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()
  15. 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()
  16. case class PartitionSpec(format: String, spanMillis: Long) extends Product with Serializable
  17. 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()
  18. trait Row extends AnyRef
  19. 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()
  20. class StagingQuery extends TBase[StagingQuery, _Fields] with Serializable with Cloneable with Comparable[StagingQuery]

    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()
  21. case class StructField(name: String, fieldType: DataType) extends Product with Serializable
  22. case class StructType(name: String, fields: Array[StructField]) extends DataType with Seq[StructField] with Product with Serializable
  23. 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()
  24. case class UnknownType(any: Any) extends DataType with Product with Serializable
  25. 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. case object BinaryType extends DataType with Product with Serializable
  2. case object BooleanType extends DataType with Product with Serializable
  3. object Builders
  4. case object ByteType extends DataType with Product with Serializable
  5. object Constants
  6. object DataModel extends Enumeration
  7. object DataType extends Serializable
  8. case object DateType extends DataType with Product with Serializable
  9. case object DoubleType extends DataType with Product with Serializable
  10. object Extensions
  11. case object FloatType extends DataType with Product with Serializable
  12. case object IntType extends DataType with Product with Serializable
  13. case object LongType extends DataType with Product with Serializable
  14. object QueryUtils
  15. object Row
  16. case object ShortType extends DataType with Product with Serializable
  17. case object StringType extends DataType with Product with Serializable
  18. object StructType extends Serializable
  19. object ThriftJsonCodec
  20. case object TimestampType extends DataType with Product with Serializable

Ungrouped