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 addToDerivations(elem: Derivation): Unit
  6. def addToKeyColumns(elem: String): Unit
  7. def addToSources(elem: Source): Unit
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clear(): Unit
    Definition Classes
    GroupBy → TBase
    Annotations
    @Override()
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def compareTo(other: GroupBy): Int
    Definition Classes
    GroupBy → Comparable
    Annotations
    @Override()
  12. def deepCopy(): GroupBy
    Definition Classes
    GroupBy → TBase
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(that: GroupBy): Boolean
  15. def equals(that: AnyRef): Boolean
    Definition Classes
    GroupBy → AnyRef → Any
    Annotations
    @Override()
  16. def fieldForId(fieldId: Int): _Fields
    Definition Classes
    GroupBy → TBase
    Annotations
    @Nullable()
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. def getAccuracy(): Accuracy

    Annotations
    @Nullable()
    See also

    Accuracy

  19. def getAggregations(): List[Aggregation]
    Annotations
    @Nullable()
  20. def getAggregationsIterator(): Iterator[Aggregation]
    Annotations
    @Nullable()
  21. def getAggregationsSize(): Int
  22. def getBackfillStartDate(): String
    Annotations
    @Nullable()
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def getDerivations(): List[Derivation]
    Annotations
    @Nullable()
  25. def getDerivationsIterator(): Iterator[Derivation]
    Annotations
    @Nullable()
  26. def getDerivationsSize(): Int
  27. def getFieldValue(field: _Fields): AnyRef
    Definition Classes
    GroupBy → TBase
    Annotations
    @Nullable()
  28. def getKeyColumns(): List[String]
    Annotations
    @Nullable()
  29. def getKeyColumnsIterator(): Iterator[String]
    Annotations
    @Nullable()
  30. def getKeyColumnsSize(): Int
  31. def getMetaData(): MetaData
    Annotations
    @Nullable()
  32. def getSources(): List[Source]
    Annotations
    @Nullable()
  33. def getSourcesIterator(): Iterator[Source]
    Annotations
    @Nullable()
  34. def getSourcesSize(): Int
  35. def hashCode(): Int
    Definition Classes
    GroupBy → AnyRef → Any
    Annotations
    @Override()
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. 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
  38. def isSetAccuracy(): Boolean

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

  39. def isSetAggregations(): Boolean

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

  40. def isSetBackfillStartDate(): Boolean

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

  41. def isSetDerivations(): Boolean

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

  42. def isSetKeyColumns(): Boolean

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

  43. def isSetMetaData(): Boolean

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

  44. def isSetSources(): Boolean

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

  45. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  46. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  47. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  48. def read(iprot: TProtocol): Unit
    Definition Classes
    GroupBy → TSerializable
  49. def setAccuracy(accuracy: Accuracy): GroupBy

    See also

    Accuracy

  50. def setAccuracyIsSet(value: Boolean): Unit
  51. def setAggregations(aggregations: List[Aggregation]): GroupBy
  52. def setAggregationsIsSet(value: Boolean): Unit
  53. def setBackfillStartDate(backfillStartDate: String): GroupBy
  54. def setBackfillStartDateIsSet(value: Boolean): Unit
  55. def setDerivations(derivations: List[Derivation]): GroupBy
  56. def setDerivationsIsSet(value: Boolean): Unit
  57. def setFieldValue(field: _Fields, value: AnyRef): Unit
    Definition Classes
    GroupBy → TBase
  58. def setKeyColumns(keyColumns: List[String]): GroupBy
  59. def setKeyColumnsIsSet(value: Boolean): Unit
  60. def setMetaData(metaData: MetaData): GroupBy
  61. def setMetaDataIsSet(value: Boolean): Unit
  62. def setSources(sources: List[Source]): GroupBy
  63. def setSourcesIsSet(value: Boolean): Unit
  64. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  65. def toString(): String
    Definition Classes
    GroupBy → AnyRef → Any
    Annotations
    @Override()
  66. def unsetAccuracy(): Unit
  67. def unsetAggregations(): Unit
  68. def unsetBackfillStartDate(): Unit
  69. def unsetDerivations(): Unit
  70. def unsetKeyColumns(): Unit
  71. def unsetMetaData(): Unit
  72. def unsetSources(): Unit
  73. def validate(): Unit
  74. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  75. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  76. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  77. 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