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 addToKeyColumns(elem: String): Unit

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

    Permalink
  7. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  20. def getAggregationsSize(): Int

    Permalink
  21. def getBackfillStartDate(): String

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. def getFieldValue(field: _Fields): AnyRef

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

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

    Permalink
  26. def getKeyColumnsSize(): Int

    Permalink
  27. def getMetaData(): MetaData

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

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

    Permalink
  30. def getSourcesSize(): Int

    Permalink
  31. def hashCode(): Int

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

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

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

    Permalink
  35. def isSetAggregations(): Boolean

    Permalink
  36. def isSetBackfillStartDate(): Boolean

    Permalink
  37. def isSetKeyColumns(): Boolean

    Permalink
  38. def isSetMetaData(): Boolean

    Permalink
  39. def isSetSources(): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  60. def unsetAggregations(): Unit

    Permalink
  61. def unsetBackfillStartDate(): Unit

    Permalink
  62. def unsetKeyColumns(): Unit

    Permalink
  63. def unsetMetaData(): Unit

    Permalink
  64. def unsetSources(): Unit

    Permalink
  65. def validate(): Unit

    Permalink
  66. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. 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