Showing content from https://api-docs.databricks.com/scala/spark/latest/org/apache/spark/sql/KeyValueGroupedDataset.html below:
Databricks Scala Spark API - org.apache.spark.sql.KeyValueGroupedDataset
class KeyValueGroupedDataset[K, V] extends Serializable
î· î
Ordering
- Alphabetic
- By Inheritance
Inherited
- KeyValueGroupedDataset
- Serializable
- Serializable
- AnyRef
- Any
Value Members
- î
final def !=(arg0: Any): Boolean
- î
final def ##(): Int
- î
final def ==(arg0: Any): Boolean
- î
def agg[U1, U2, U3, U4, U5, U6, U7, U8](col1: TypedColumn[V, U1], col2: TypedColumn[V, U2], col3: TypedColumn[V, U3], col4: TypedColumn[V, U4], col5: TypedColumn[V, U5], col6: TypedColumn[V, U6], col7: TypedColumn[V, U7], col8: TypedColumn[V, U8]): Dataset[(K, U1, U2, U3, U4, U5, U6, U7, U8)]
- î
def agg[U1, U2, U3, U4, U5, U6, U7](col1: TypedColumn[V, U1], col2: TypedColumn[V, U2], col3: TypedColumn[V, U3], col4: TypedColumn[V, U4], col5: TypedColumn[V, U5], col6: TypedColumn[V, U6], col7: TypedColumn[V, U7]): Dataset[(K, U1, U2, U3, U4, U5, U6, U7)]
- î
def agg[U1, U2, U3, U4, U5, U6](col1: TypedColumn[V, U1], col2: TypedColumn[V, U2], col3: TypedColumn[V, U3], col4: TypedColumn[V, U4], col5: TypedColumn[V, U5], col6: TypedColumn[V, U6]): Dataset[(K, U1, U2, U3, U4, U5, U6)]
- î
def agg[U1, U2, U3, U4, U5](col1: TypedColumn[V, U1], col2: TypedColumn[V, U2], col3: TypedColumn[V, U3], col4: TypedColumn[V, U4], col5: TypedColumn[V, U5]): Dataset[(K, U1, U2, U3, U4, U5)]
- î
def agg[U1, U2, U3, U4](col1: TypedColumn[V, U1], col2: TypedColumn[V, U2], col3: TypedColumn[V, U3], col4: TypedColumn[V, U4]): Dataset[(K, U1, U2, U3, U4)]
- î
def agg[U1, U2, U3](col1: TypedColumn[V, U1], col2: TypedColumn[V, U2], col3: TypedColumn[V, U3]): Dataset[(K, U1, U2, U3)]
- î
def agg[U1, U2](col1: TypedColumn[V, U1], col2: TypedColumn[V, U2]): Dataset[(K, U1, U2)]
- î
def agg[U1](col1: TypedColumn[V, U1]): Dataset[(K, U1)]
- î
def aggUntyped(columns: TypedColumn[_, _]*): Dataset[_]
- î
final def asInstanceOf[T0]: T0
- î
def clone(): AnyRef
- î
def cogroup[U, R](other: KeyValueGroupedDataset[K, U], f: CoGroupFunction[K, V, U, R], encoder: Encoder[R]): Dataset[R]
- î
def cogroup[U, R](other: KeyValueGroupedDataset[K, U])(f: (K, Iterator[V], Iterator[U]) â TraversableOnce[R])(implicit arg0: Encoder[R]): Dataset[R]
- î
def count(): Dataset[(K, Long)]
- î
final def eq(arg0: AnyRef): Boolean
- î
def equals(arg0: Any): Boolean
- î
def finalize(): Unit
- î
def flatMapGroups[U](f: FlatMapGroupsFunction[K, V, U], encoder: Encoder[U]): Dataset[U]
- î
def flatMapGroups[U](f: (K, Iterator[V]) â TraversableOnce[U])(implicit arg0: Encoder[U]): Dataset[U]
- î
def flatMapGroupsWithState[S, U](func: FlatMapGroupsWithStateFunction[K, V, S, U], outputMode: OutputMode, stateEncoder: Encoder[S], outputEncoder: Encoder[U], timeoutConf: GroupStateTimeout, initialState: KeyValueGroupedDataset[K, S]): Dataset[U]
- î
def flatMapGroupsWithState[S, U](func: FlatMapGroupsWithStateFunction[K, V, S, U], outputMode: OutputMode, stateEncoder: Encoder[S], outputEncoder: Encoder[U], timeoutConf: GroupStateTimeout): Dataset[U]
- î
def flatMapGroupsWithState[S, U](outputMode: OutputMode, timeoutConf: GroupStateTimeout, initialState: KeyValueGroupedDataset[K, S])(func: (K, Iterator[V], GroupState[S]) â Iterator[U])(implicit arg0: Encoder[S], arg1: Encoder[U]): Dataset[U]
- î
def flatMapGroupsWithState[S, U](outputMode: OutputMode, timeoutConf: GroupStateTimeout)(func: (K, Iterator[V], GroupState[S]) â Iterator[U])(implicit arg0: Encoder[S], arg1: Encoder[U]): Dataset[U]
- î
final def getClass(): Class[_]
- î
def hashCode(): Int
- î
final def isInstanceOf[T0]: Boolean
- î
def keyAs[L](implicit arg0: Encoder[L]): KeyValueGroupedDataset[L, V]
- î
def keys: Dataset[K]
- î
def mapGroups[U](f: MapGroupsFunction[K, V, U], encoder: Encoder[U]): Dataset[U]
- î
def mapGroups[U](f: (K, Iterator[V]) â U)(implicit arg0: Encoder[U]): Dataset[U]
- î
def mapGroupsWithState[S, U](func: MapGroupsWithStateFunction[K, V, S, U], stateEncoder: Encoder[S], outputEncoder: Encoder[U], timeoutConf: GroupStateTimeout, initialState: KeyValueGroupedDataset[K, S]): Dataset[U]
- î
def mapGroupsWithState[S, U](func: MapGroupsWithStateFunction[K, V, S, U], stateEncoder: Encoder[S], outputEncoder: Encoder[U], timeoutConf: GroupStateTimeout): Dataset[U]
- î
def mapGroupsWithState[S, U](func: MapGroupsWithStateFunction[K, V, S, U], stateEncoder: Encoder[S], outputEncoder: Encoder[U]): Dataset[U]
- î
def mapGroupsWithState[S, U](timeoutConf: GroupStateTimeout, initialState: KeyValueGroupedDataset[K, S])(func: (K, Iterator[V], GroupState[S]) â U)(implicit arg0: Encoder[S], arg1: Encoder[U]): Dataset[U]
- î
def mapGroupsWithState[S, U](timeoutConf: GroupStateTimeout)(func: (K, Iterator[V], GroupState[S]) â U)(implicit arg0: Encoder[S], arg1: Encoder[U]): Dataset[U]
- î
def mapGroupsWithState[S, U](func: (K, Iterator[V], GroupState[S]) â U)(implicit arg0: Encoder[S], arg1: Encoder[U]): Dataset[U]
- î
def mapValues[W](func: MapFunction[V, W], encoder: Encoder[W]): KeyValueGroupedDataset[K, W]
- î
def mapValues[W](func: (V) â W)(implicit arg0: Encoder[W]): KeyValueGroupedDataset[K, W]
- î
final def ne(arg0: AnyRef): Boolean
- î
final def notify(): Unit
- î
final def notifyAll(): Unit
- î
val queryExecution: QueryExecution
- î
def reduceGroups(f: ReduceFunction[V]): Dataset[(K, V)]
- î
def reduceGroups(f: (V, V) â V): Dataset[(K, V)]
- î
final def synchronized[T0](arg0: â T0): T0
- î
def toString(): String
- î
final def wait(): Unit
- î
final def wait(arg0: Long, arg1: Int): Unit
- î
final def wait(arg0: Long): Unit
Inherited from Serializable
Inherited from Serializable
Inherited from Any
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4