c

ai.chronon.api

AggregationPart

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

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[AggregationPart, _Fields], Serializable, TSerializable, Comparable[AggregationPart], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AggregationPart
  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 AggregationPart(other: AggregationPart)

    Performs a deep copy on other.

  2. new AggregationPart()

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clear(): Unit
    Definition Classes
    AggregationPart → TBase
    Annotations
    @Override()
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def compareTo(other: AggregationPart): Int
    Definition Classes
    AggregationPart → Comparable
    Annotations
    @Override()
  8. def deepCopy(): AggregationPart
    Definition Classes
    AggregationPart → TBase
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(that: AggregationPart): Boolean
  11. def equals(that: AnyRef): Boolean
    Definition Classes
    AggregationPart → AnyRef → Any
    Annotations
    @Override()
  12. def fieldForId(fieldId: Int): _Fields
    Definition Classes
    AggregationPart → TBase
    Annotations
    @Nullable()
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. def getArgMap(): Map[String, String]
    Annotations
    @Nullable()
  15. def getArgMapSize(): Int
  16. def getBucket(): String
    Annotations
    @Nullable()
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getFieldValue(field: _Fields): AnyRef
    Definition Classes
    AggregationPart → TBase
    Annotations
    @Nullable()
  19. def getInputColumn(): String
    Annotations
    @Nullable()
  20. def getOperation(): Operation

    Annotations
    @Nullable()
    See also

    Operation

  21. def getWindow(): Window
    Annotations
    @Nullable()
  22. def hashCode(): Int
    Definition Classes
    AggregationPart → AnyRef → Any
    Annotations
    @Override()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. 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
    AggregationPart → TBase
  25. def isSetArgMap(): Boolean

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

  26. def isSetBucket(): Boolean

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

  27. def isSetInputColumn(): Boolean

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

  28. def isSetOperation(): Boolean

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

  29. def isSetWindow(): Boolean

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

  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def putToArgMap(key: String, val: String): Unit
  34. def read(iprot: TProtocol): Unit
    Definition Classes
    AggregationPart → TSerializable
  35. def setArgMap(argMap: Map[String, String]): AggregationPart
  36. def setArgMapIsSet(value: Boolean): Unit
  37. def setBucket(bucket: String): AggregationPart
  38. def setBucketIsSet(value: Boolean): Unit
  39. def setFieldValue(field: _Fields, value: AnyRef): Unit
    Definition Classes
    AggregationPart → TBase
  40. def setInputColumn(inputColumn: String): AggregationPart
  41. def setInputColumnIsSet(value: Boolean): Unit
  42. def setOperation(operation: Operation): AggregationPart

    See also

    Operation

  43. def setOperationIsSet(value: Boolean): Unit
  44. def setWindow(window: Window): AggregationPart
  45. def setWindowIsSet(value: Boolean): Unit
  46. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  47. def toString(): String
    Definition Classes
    AggregationPart → AnyRef → Any
    Annotations
    @Override()
  48. def unsetArgMap(): Unit
  49. def unsetBucket(): Unit
  50. def unsetInputColumn(): Unit
  51. def unsetOperation(): Unit
  52. def unsetWindow(): Unit
  53. def validate(): Unit
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  57. def write(oprot: TProtocol): Unit
    Definition Classes
    AggregationPart → TSerializable

Inherited from Cloneable

Inherited from TBase[AggregationPart, _Fields]

Inherited from Serializable

Inherited from TSerializable

Inherited from Comparable[AggregationPart]

Inherited from AnyRef

Inherited from Any

Ungrouped