Package org.apache.flink.fnexecution.v1
Interface FlinkFnApi.TypeInfo.RowTypeInfo.FieldOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FlinkFnApi.TypeInfo.RowTypeInfo.Field,FlinkFnApi.TypeInfo.RowTypeInfo.Field.Builder
- Enclosing class:
- FlinkFnApi.TypeInfo.RowTypeInfo
public static interface FlinkFnApi.TypeInfo.RowTypeInfo.FieldOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFieldName()string field_name = 1;com.google.protobuf.ByteStringgetFieldNameBytes()string field_name = 1;FlinkFnApi.TypeInfogetFieldType().org.apache.flink.fn_execution.v1.TypeInfo field_type = 2;FlinkFnApi.TypeInfoOrBuildergetFieldTypeOrBuilder().org.apache.flink.fn_execution.v1.TypeInfo field_type = 2;booleanhasFieldType().org.apache.flink.fn_execution.v1.TypeInfo field_type = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFieldName
String getFieldName()
string field_name = 1;- Returns:
- The fieldName.
-
getFieldNameBytes
com.google.protobuf.ByteString getFieldNameBytes()
string field_name = 1;- Returns:
- The bytes for fieldName.
-
hasFieldType
boolean hasFieldType()
.org.apache.flink.fn_execution.v1.TypeInfo field_type = 2;- Returns:
- Whether the fieldType field is set.
-
getFieldType
FlinkFnApi.TypeInfo getFieldType()
.org.apache.flink.fn_execution.v1.TypeInfo field_type = 2;- Returns:
- The fieldType.
-
getFieldTypeOrBuilder
FlinkFnApi.TypeInfoOrBuilder getFieldTypeOrBuilder()
.org.apache.flink.fn_execution.v1.TypeInfo field_type = 2;
-
-