Packages

package function

Linear Supertypes
AnyRef, Any

Type Members

  1. trait FlatMapGroupsWithStateFunction[K, V, S, R] extends Serializable

    ::Experimental:: Base interface for a map function used in org.apache.spark.sql.KeyValueGroupedDataset.flatMapGroupsWithState( FlatMapGroupsWithStateFunction, org.apache.spark.sql.streaming.OutputMode, org.apache.spark.sql.Encoder, org.apache.spark.sql.Encoder)

    ::Experimental:: Base interface for a map function used in org.apache.spark.sql.KeyValueGroupedDataset.flatMapGroupsWithState( FlatMapGroupsWithStateFunction, org.apache.spark.sql.streaming.OutputMode, org.apache.spark.sql.Encoder, org.apache.spark.sql.Encoder)

    Annotations
    @Experimental() @Evolving()
    Since

    2.1.1

  2. trait MapGroupsWithStateFunction[K, V, S, R] extends Serializable

    ::Experimental:: Base interface for a map function used in MapGroupsWithStateFunction, org.apache.spark.sql.Encoder, org.apache.spark.sql.Encoder)

    ::Experimental:: Base interface for a map function used in MapGroupsWithStateFunction, org.apache.spark.sql.Encoder, org.apache.spark.sql.Encoder)

    Annotations
    @Experimental() @Evolving()
    Since

    2.1.1

Inherited from AnyRef

Inherited from Any

Ungrouped