public class BeamBuiltinAnalyticFunctions
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BeamBuiltinAnalyticFunctions.PositionAwareCombineFn<InputT,AccumT,OutputT> |
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<java.lang.String,java.util.function.Function<org.apache.beam.sdk.schemas.Schema.FieldType,org.apache.beam.sdk.transforms.Combine.CombineFn<?,?,?>>> |
BUILTIN_ANALYTIC_FACTORIES |
| Constructor and Description |
|---|
BeamBuiltinAnalyticFunctions() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.beam.sdk.transforms.Combine.CombineFn<?,?,?> |
create(java.lang.String functionName,
org.apache.beam.sdk.schemas.Schema.FieldType fieldType) |
static <T> org.apache.beam.sdk.transforms.Combine.CombineFn<T,?,T> |
navigationFirstValue() |
static <T> org.apache.beam.sdk.transforms.Combine.CombineFn<T,?,T> |
navigationLastValue() |
static <T> org.apache.beam.sdk.transforms.Combine.CombineFn<T,?,T> |
numberingDenseRank() |
static <T> org.apache.beam.sdk.transforms.Combine.CombineFn<T,?,T> |
numberingPercentRank() |
static <T> org.apache.beam.sdk.transforms.Combine.CombineFn<T,?,T> |
numberingRank() |
static <T> org.apache.beam.sdk.transforms.Combine.CombineFn<T,?,T> |
numberingRowNumber() |
public static final java.util.Map<java.lang.String,java.util.function.Function<org.apache.beam.sdk.schemas.Schema.FieldType,org.apache.beam.sdk.transforms.Combine.CombineFn<?,?,?>>> BUILTIN_ANALYTIC_FACTORIES
public static org.apache.beam.sdk.transforms.Combine.CombineFn<?,?,?> create(java.lang.String functionName,
org.apache.beam.sdk.schemas.Schema.FieldType fieldType)
public static <T> org.apache.beam.sdk.transforms.Combine.CombineFn<T,?,T> navigationFirstValue()
public static <T> org.apache.beam.sdk.transforms.Combine.CombineFn<T,?,T> navigationLastValue()
public static <T> org.apache.beam.sdk.transforms.Combine.CombineFn<T,?,T> numberingRowNumber()
public static <T> org.apache.beam.sdk.transforms.Combine.CombineFn<T,?,T> numberingDenseRank()
public static <T> org.apache.beam.sdk.transforms.Combine.CombineFn<T,?,T> numberingRank()
public static <T> org.apache.beam.sdk.transforms.Combine.CombineFn<T,?,T> numberingPercentRank()