Package

pl.touk.nussknacker.engine.flink.util.transformer

aggregate

Permalink

package aggregate

Visibility
  1. Public
  2. All

Type Members

  1. trait Aggregator extends AggregateFunction[Any, Any, Any]

    Permalink
  2. class AggregatorFunction extends LatelyEvictableStateFunction[ValueWithContext[(String, AnyRef)], ValueWithContext[Any], TreeMap[Long, AnyRef]]

    Permalink
  3. class CardinalityAggregator extends Aggregator with Serializable

    Permalink
  4. case class HyperLogLogPlusAggregator(p: Int = 5, sp: Int = 10) extends CardinalityAggregator with Product with Serializable

    Permalink
  5. class KeyWithValueMapper extends RichMapFunction[Context, ValueWithContext[(String, AnyRef)]] with LazyParameterInterpreterFunction

    Permalink

Value Members

  1. object aggregates

    Permalink
  2. object sampleTransformers

    Permalink
  3. object transformers

    Permalink
    Annotations
    @PublicEvolving()

Ungrouped