public class BeamBuiltinAggregations
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BeamBuiltinAggregations.BitXOr<T extends java.lang.Number> |
| 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_AGGREGATOR_FACTORIES |
| Constructor and Description |
|---|
BeamBuiltinAggregations() |
| 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 org.apache.beam.sdk.transforms.Combine.CombineFn |
createBitXOr(org.apache.beam.sdk.schemas.Schema.FieldType fieldType) |
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_AGGREGATOR_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 org.apache.beam.sdk.transforms.Combine.CombineFn createBitXOr(org.apache.beam.sdk.schemas.Schema.FieldType fieldType)