c

ai.chronon.api

GroupBy

class GroupBy extends TBase[GroupBy, _Fields] with Serializable with Cloneable with Comparable[GroupBy]

Autogenerated by Thrift Compiler (0.13.0)

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

Annotations
@SuppressWarnings() @Generated()
Linear Supertypes
Cloneable, TBase[GroupBy, _Fields], Serializable, TSerializable, Comparable[GroupBy], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GroupBy
  2. Cloneable
  3. TBase
  4. Serializable
  5. TSerializable
  6. Comparable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new GroupBy(other: GroupBy)

    Performs a deep copy on other.

  2. new GroupBy()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addToAggregations(elem: Aggregation): Unit
  5. def addToKeyColumns(elem: String): Unit
  6. def addToSources(elem: Source): Unit
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clear(): Unit
    Definition Classes
    GroupBy → TBase
    Annotations
    @Override()
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. def compareTo(other: GroupBy): Int
    Definition Classes
    GroupBy → Comparable
    Annotations
    @Override()
  11. def deepCopy(): GroupBy
    Definition Classes
    GroupBy → TBase
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(that: GroupBy): Boolean
  14. def equals(that: AnyRef): Boolean
    Definition Classes
    GroupBy → AnyRef → Any
    Annotations
    @Override()
  15. def fieldForId(fieldId: Int): _Fields
    Definition Classes
    GroupBy → TBase
    Annotations
    @Nullable()
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. def getAccuracy(): Accuracy

    Annotations
    @Nullable()
    See also

    Accuracy

  18. def getAggregations(): List[Aggregation]
    Annotations
    @Nullable()
  19. def getAggregationsIterator(): Iterator[Aggregation]
    Annotations
    @Nullable()
  20. def getAggregationsSize(): Int
  21. def getBackfillStartDate(): String
    Annotations
    @Nullable()
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def getFieldValue(field: _Fields): AnyRef
    Definition Classes
    GroupBy → TBase
    Annotations
    @Nullable()
  24. def getKeyColumns(): List[String]
    Annotations
    @Nullable()
  25. def getKeyColumnsIterator(): Iterator[String]
    Annotations
    @Nullable()
  26. def getKeyColumnsSize(): Int
  27. def getMetaData(): MetaData
    Annotations
    @Nullable()
  28. def getSources(): List[Source]
    Annotations
    @Nullable()
  29. def getSourcesIterator(): Iterator[Source]
    Annotations
    @Nullable()
  30. def getSourcesSize(): Int
  31. def hashCode(): Int
    Definition Classes
    GroupBy → AnyRef → Any
    Annotations
    @Override()
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. def isSet(field: _Fields): Boolean

    Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise

    Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise

    Definition Classes
    GroupBy → TBase
  34. def isSetAccuracy(): Boolean

    Returns true if field accuracy is set (has been assigned a value) and false otherwise

  35. def isSetAggregations(): Boolean

    Returns true if field aggregations is set (has been assigned a value) and false otherwise

  36. def isSetBackfillStartDate(): Boolean

    Returns true if field backfillStartDate is set (has been assigned a value) and false otherwise

  37. def isSetKeyColumns(): Boolean

    Returns true if field keyColumns is set (has been assigned a value) and false otherwise

  38. def isSetMetaData(): Boolean

    Returns true if field metaData is set (has been assigned a value) and false otherwise

  39. def isSetSources(): Boolean

    Returns true if field sources is set (has been assigned a value) and false otherwise

  40. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  43. def read(iprot: TProtocol): Unit
    Definition Classes
    GroupBy → TSerializable
  44. def setAccuracy(accuracy: Accuracy): GroupBy

    See also

    Accuracy

  45. def setAccuracyIsSet(value: Boolean): Unit
  46. def setAggregations(aggregations: List[Aggregation]): GroupBy
  47. def setAggregationsIsSet(value: Boolean): Unit
  48. def setBackfillStartDate(backfillStartDate: String): GroupBy
  49. def setBackfillStartDateIsSet(value: Boolean): Unit
  50. def setFieldValue(field: _Fields, value: AnyRef): Unit
    Definition Classes
    GroupBy → TBase
  51. def setKeyColumns(keyColumns: List[String]): GroupBy
  52. def setKeyColumnsIsSet(value: Boolean): Unit
  53. def setMetaData(metaData: MetaData): GroupBy
  54. def setMetaDataIsSet(value: Boolean): Unit
  55. def setSources(sources: List[Source]): GroupBy
  56. def setSourcesIsSet(value: Boolean): Unit
  57. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  58. def toString(): String
    Definition Classes
    GroupBy → AnyRef → Any
    Annotations
    @Override()
  59. def unsetAccuracy(): Unit
  60. def unsetAggregations(): Unit
  61. def unsetBackfillStartDate(): Unit
  62. def unsetKeyColumns(): Unit
  63. def unsetMetaData(): Unit
  64. def unsetSources(): Unit
  65. def validate(): Unit
  66. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  67. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  68. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  69. def write(oprot: TProtocol): Unit
    Definition Classes
    GroupBy → TSerializable

Inherited from Cloneable

Inherited from TBase[GroupBy, _Fields]

Inherited from Serializable

Inherited from TSerializable

Inherited from Comparable[GroupBy]

Inherited from AnyRef

Inherited from Any

Ungrouped