Class

ai.chronon.api

GroupBy

Related Doc: package api

Permalink

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

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. All

Instance Constructors

  1. new GroupBy(other: GroupBy)

    Permalink
  2. new GroupBy()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addToAggregations(elem: Aggregation): Unit

    Permalink
  5. def addToDerivations(elem: Derivation): Unit

    Permalink
  6. def addToKeyColumns(elem: String): Unit

    Permalink
  7. def addToSources(elem: Source): Unit

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clear(): Unit

    Permalink
    Definition Classes
    GroupBy → TBase
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def compareTo(other: GroupBy): Int

    Permalink
    Definition Classes
    GroupBy → Comparable
  12. def deepCopy(): GroupBy

    Permalink
    Definition Classes
    GroupBy → TBase
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(that: GroupBy): Boolean

    Permalink
  15. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    GroupBy → AnyRef → Any
  16. def fieldForId(fieldId: Int): _Fields

    Permalink
    Definition Classes
    GroupBy → TBase
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def getAccuracy(): Accuracy

    Permalink
  19. def getAggregations(): List[Aggregation]

    Permalink
  20. def getAggregationsIterator(): Iterator[Aggregation]

    Permalink
  21. def getAggregationsSize(): Int

    Permalink
  22. def getBackfillStartDate(): String

    Permalink
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  24. def getDerivations(): List[Derivation]

    Permalink
  25. def getDerivationsIterator(): Iterator[Derivation]

    Permalink
  26. def getDerivationsSize(): Int

    Permalink
  27. def getFieldValue(field: _Fields): AnyRef

    Permalink
    Definition Classes
    GroupBy → TBase
  28. def getKeyColumns(): List[String]

    Permalink
  29. def getKeyColumnsIterator(): Iterator[String]

    Permalink
  30. def getKeyColumnsSize(): Int

    Permalink
  31. def getMetaData(): MetaData

    Permalink
  32. def getSources(): List[Source]

    Permalink
  33. def getSourcesIterator(): Iterator[Source]

    Permalink
  34. def getSourcesSize(): Int

    Permalink
  35. def hashCode(): Int

    Permalink
    Definition Classes
    GroupBy → AnyRef → Any
  36. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  37. def isSet(field: _Fields): Boolean

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

    Permalink
  39. def isSetAggregations(): Boolean

    Permalink
  40. def isSetBackfillStartDate(): Boolean

    Permalink
  41. def isSetDerivations(): Boolean

    Permalink
  42. def isSetKeyColumns(): Boolean

    Permalink
  43. def isSetMetaData(): Boolean

    Permalink
  44. def isSetSources(): Boolean

    Permalink
  45. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  46. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  47. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  48. def read(iprot: TProtocol): Unit

    Permalink
    Definition Classes
    GroupBy → TSerializable
  49. def setAccuracy(accuracy: Accuracy): GroupBy

    Permalink
  50. def setAccuracyIsSet(value: Boolean): Unit

    Permalink
  51. def setAggregations(aggregations: List[Aggregation]): GroupBy

    Permalink
  52. def setAggregationsIsSet(value: Boolean): Unit

    Permalink
  53. def setBackfillStartDate(backfillStartDate: String): GroupBy

    Permalink
  54. def setBackfillStartDateIsSet(value: Boolean): Unit

    Permalink
  55. def setDerivations(derivations: List[Derivation]): GroupBy

    Permalink
  56. def setDerivationsIsSet(value: Boolean): Unit

    Permalink
  57. def setFieldValue(field: _Fields, value: Any): Unit

    Permalink
    Definition Classes
    GroupBy → TBase
  58. def setKeyColumns(keyColumns: List[String]): GroupBy

    Permalink
  59. def setKeyColumnsIsSet(value: Boolean): Unit

    Permalink
  60. def setMetaData(metaData: MetaData): GroupBy

    Permalink
  61. def setMetaDataIsSet(value: Boolean): Unit

    Permalink
  62. def setSources(sources: List[Source]): GroupBy

    Permalink
  63. def setSourcesIsSet(value: Boolean): Unit

    Permalink
  64. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  65. def toString(): String

    Permalink
    Definition Classes
    GroupBy → AnyRef → Any
  66. def unsetAccuracy(): Unit

    Permalink
  67. def unsetAggregations(): Unit

    Permalink
  68. def unsetBackfillStartDate(): Unit

    Permalink
  69. def unsetDerivations(): Unit

    Permalink
  70. def unsetKeyColumns(): Unit

    Permalink
  71. def unsetMetaData(): Unit

    Permalink
  72. def unsetSources(): Unit

    Permalink
  73. def validate(): Unit

    Permalink
  74. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  75. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  77. def write(oprot: TProtocol): Unit

    Permalink
    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