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()
- Alphabetic
- By Inheritance
- GroupBy
- Cloneable
- TBase
- Serializable
- TSerializable
- Comparable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addToAggregations(elem: Aggregation): Unit
- def addToKeyColumns(elem: String): Unit
- def addToSources(elem: Source): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clear(): Unit
- Definition Classes
- GroupBy → TBase
- Annotations
- @Override()
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def compareTo(other: GroupBy): Int
- Definition Classes
- GroupBy → Comparable
- Annotations
- @Override()
- def deepCopy(): GroupBy
- Definition Classes
- GroupBy → TBase
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: GroupBy): Boolean
- def equals(that: AnyRef): Boolean
- Definition Classes
- GroupBy → AnyRef → Any
- Annotations
- @Override()
- def fieldForId(fieldId: Int): _Fields
- Definition Classes
- GroupBy → TBase
- Annotations
- @Nullable()
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def getAccuracy(): Accuracy
- Annotations
- @Nullable()
- See also
Accuracy
- def getAggregations(): List[Aggregation]
- Annotations
- @Nullable()
- def getAggregationsIterator(): Iterator[Aggregation]
- Annotations
- @Nullable()
- def getAggregationsSize(): Int
- def getBackfillStartDate(): String
- Annotations
- @Nullable()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getFieldValue(field: _Fields): AnyRef
- Definition Classes
- GroupBy → TBase
- Annotations
- @Nullable()
- def getKeyColumns(): List[String]
- Annotations
- @Nullable()
- def getKeyColumnsIterator(): Iterator[String]
- Annotations
- @Nullable()
- def getKeyColumnsSize(): Int
- def getMetaData(): MetaData
- Annotations
- @Nullable()
- def getSources(): List[Source]
- Annotations
- @Nullable()
- def getSourcesIterator(): Iterator[Source]
- Annotations
- @Nullable()
- def getSourcesSize(): Int
- def hashCode(): Int
- Definition Classes
- GroupBy → AnyRef → Any
- Annotations
- @Override()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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
- def isSetAccuracy(): Boolean
Returns true if field accuracy is set (has been assigned a value) and false otherwise
- def isSetAggregations(): Boolean
Returns true if field aggregations is set (has been assigned a value) and false otherwise
- def isSetBackfillStartDate(): Boolean
Returns true if field backfillStartDate is set (has been assigned a value) and false otherwise
- def isSetKeyColumns(): Boolean
Returns true if field keyColumns is set (has been assigned a value) and false otherwise
- def isSetMetaData(): Boolean
Returns true if field metaData is set (has been assigned a value) and false otherwise
- def isSetSources(): Boolean
Returns true if field sources is set (has been assigned a value) and false otherwise
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def read(iprot: TProtocol): Unit
- Definition Classes
- GroupBy → TSerializable
- def setAccuracy(accuracy: Accuracy): GroupBy
- See also
Accuracy
- def setAccuracyIsSet(value: Boolean): Unit
- def setAggregations(aggregations: List[Aggregation]): GroupBy
- def setAggregationsIsSet(value: Boolean): Unit
- def setBackfillStartDate(backfillStartDate: String): GroupBy
- def setBackfillStartDateIsSet(value: Boolean): Unit
- def setFieldValue(field: _Fields, value: AnyRef): Unit
- Definition Classes
- GroupBy → TBase
- def setKeyColumns(keyColumns: List[String]): GroupBy
- def setKeyColumnsIsSet(value: Boolean): Unit
- def setMetaData(metaData: MetaData): GroupBy
- def setMetaDataIsSet(value: Boolean): Unit
- def setSources(sources: List[Source]): GroupBy
- def setSourcesIsSet(value: Boolean): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- GroupBy → AnyRef → Any
- Annotations
- @Override()
- def unsetAccuracy(): Unit
- def unsetAggregations(): Unit
- def unsetBackfillStartDate(): Unit
- def unsetKeyColumns(): Unit
- def unsetMetaData(): Unit
- def unsetSources(): Unit
- def validate(): Unit
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def write(oprot: TProtocol): Unit
- Definition Classes
- GroupBy → TSerializable