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()
- Alphabetic
- By Inheritance
- AggregationPart
- Cloneable
- TBase
- Serializable
- TSerializable
- Comparable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
AggregationPart(other: AggregationPart)
Performs a deep copy on other.
- new AggregationPart()
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clear(): Unit
- Definition Classes
- AggregationPart → TBase
- Annotations
- @Override()
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
compareTo(other: AggregationPart): Int
- Definition Classes
- AggregationPart → Comparable
- Annotations
- @Override()
-
def
deepCopy(): AggregationPart
- Definition Classes
- AggregationPart → TBase
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: AggregationPart): Boolean
-
def
equals(that: Any): Boolean
- Definition Classes
- AggregationPart → AnyRef → Any
- Annotations
- @Override()
-
def
fieldForId(fieldId: Int): _Fields
- Definition Classes
- AggregationPart → TBase
- Annotations
- @Nullable()
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getArgMap(): Map[String, String]
- Annotations
- @Nullable()
- def getArgMapSize(): Int
-
def
getBucket(): String
- Annotations
- @Nullable()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getFieldValue(field: _Fields): AnyRef
- Definition Classes
- AggregationPart → TBase
- Annotations
- @Nullable()
-
def
getInputColumn(): String
- Annotations
- @Nullable()
-
def
getOperation(): Operation
- Annotations
- @Nullable()
- See also
Operation
-
def
getWindow(): Window
- Annotations
- @Nullable()
-
def
hashCode(): Int
- Definition Classes
- AggregationPart → 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
- AggregationPart → TBase
-
def
isSetArgMap(): Boolean
Returns true if field argMap is set (has been assigned a value) and false otherwise
-
def
isSetBucket(): Boolean
Returns true if field bucket is set (has been assigned a value) and false otherwise
-
def
isSetInputColumn(): Boolean
Returns true if field inputColumn is set (has been assigned a value) and false otherwise
-
def
isSetOperation(): Boolean
Returns true if field operation is set (has been assigned a value) and false otherwise
-
def
isSetWindow(): Boolean
Returns true if field window 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 putToArgMap(key: String, val: String): Unit
-
def
read(iprot: TProtocol): Unit
- Definition Classes
- AggregationPart → TSerializable
- def setArgMap(argMap: Map[String, String]): AggregationPart
- def setArgMapIsSet(value: Boolean): Unit
- def setBucket(bucket: String): AggregationPart
- def setBucketIsSet(value: Boolean): Unit
-
def
setFieldValue(field: _Fields, value: Any): Unit
- Definition Classes
- AggregationPart → TBase
- def setInputColumn(inputColumn: String): AggregationPart
- def setInputColumnIsSet(value: Boolean): Unit
-
def
setOperation(operation: Operation): AggregationPart
- See also
Operation
- def setOperationIsSet(value: Boolean): Unit
- def setWindow(window: Window): AggregationPart
- def setWindowIsSet(value: Boolean): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AggregationPart → AnyRef → Any
- Annotations
- @Override()
- def unsetArgMap(): Unit
- def unsetBucket(): Unit
- def unsetInputColumn(): Unit
- def unsetOperation(): Unit
- def unsetWindow(): Unit
- def validate(): Unit
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
write(oprot: TProtocol): Unit
- Definition Classes
- AggregationPart → TSerializable