class TypedCount[IN] extends expressions.Aggregator[IN, Long, Long]
- Alphabetic
- By Inheritance
- TypedCount
- Aggregator
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
bufferEncoder: Encoder[Long]
Specifies the
Encoderfor the intermediate value type.Specifies the
Encoderfor the intermediate value type.- Definition Classes
- TypedCount → Aggregator
- Since
2.0.0
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val f: (IN) ⇒ Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
finish(reduction: Long): Long
Transform the output of the reduction.
Transform the output of the reduction.
- Definition Classes
- TypedCount → Aggregator
- Since
1.6.0
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
merge(b1: Long, b2: Long): Long
Merge two intermediate values.
Merge two intermediate values.
- Definition Classes
- TypedCount → Aggregator
- Since
1.6.0
-
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
outputEncoder: Encoder[Long]
Specifies the
Encoderfor the final output value type.Specifies the
Encoderfor the final output value type.- Definition Classes
- TypedCount → Aggregator
- Since
2.0.0
-
def
reduce(b: Long, a: IN): Long
Combine two values to produce a new value.
Combine two values to produce a new value. For performance, the function may modify
band return it instead of constructing new object for b.- Definition Classes
- TypedCount → Aggregator
- Since
1.6.0
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toColumn: TypedColumn[IN, Long]
Returns this
Aggregatoras aTypedColumnthat can be used inDataset.Returns this
Aggregatoras aTypedColumnthat can be used inDataset. operations.- Definition Classes
- Aggregator
- Since
1.6.0
- def toColumnJava: TypedColumn[IN, Long]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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
zero: Long
A zero value for this aggregation.
A zero value for this aggregation. Should satisfy the property that any b + zero = b.
- Definition Classes
- TypedCount → Aggregator
- Since
1.6.0