| Package | Description |
|---|---|
| org.apache.flink.api.java.sca |
| Modifier and Type | Method and Description |
|---|---|
TaggedValue.Input |
TaggedValue.getInput() |
static TaggedValue.Input |
TaggedValue.Input.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaggedValue.Input[] |
TaggedValue.Input.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static TaggedValue |
UdfAnalyzerUtils.convertTypeInfoToTaggedValue(TaggedValue.Input input,
TypeInformation<?> typeInfo,
String flatFieldExpr,
List<CompositeType.FlatFieldDescriptor> flatFieldDesc,
int[] groupedKeys) |
String |
TaggedValue.toForwardedFieldsExpression(TaggedValue.Input input) |
| Constructor and Description |
|---|
TaggedValue(org.objectweb.asm.Type type,
TaggedValue.Input input,
String flatFieldExpr,
boolean grouped,
boolean callByValue) |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.