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

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

  38. def isSetAggregations(): Boolean

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

  39. def isSetBackfillStartDate(): Boolean

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

  40. def isSetDerivations(): Boolean

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

  41. def isSetKeyColumns(): Boolean

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

  42. def isSetMetaData(): Boolean

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

  43. def isSetSources(): Boolean

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

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

    See also

    Accuracy

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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

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