| 程序包 | 说明 |
|---|---|
| org.apache.flink.api.java.sca |
| 限定符和类型 | 方法和说明 |
|---|---|
TaggedValue.Input |
TaggedValue.getInput() |
static TaggedValue.Input |
TaggedValue.Input.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static TaggedValue.Input[] |
TaggedValue.Input.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static TaggedValue |
UdfAnalyzerUtils.convertTypeInfoToTaggedValue(TaggedValue.Input input,
org.apache.flink.api.common.typeinfo.TypeInformation<?> typeInfo,
String flatFieldExpr,
List<org.apache.flink.api.common.typeutils.CompositeType.FlatFieldDescriptor> flatFieldDesc,
int[] groupedKeys) |
String |
TaggedValue.toForwardedFieldsExpression(TaggedValue.Input input) |
| 构造器和说明 |
|---|
TaggedValue(org.apache.flink.shaded.asm5.org.objectweb.asm.Type type,
TaggedValue.Input input,
String flatFieldExpr,
boolean grouped,
boolean callByValue) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.