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
Modifier and TypeMethodDescriptionstring field_name = 1;com.google.protobuf.ByteStringstring field_name = 1;.org.apache.flink.fn_execution.v1.TypeInfo field_type = 2;.org.apache.flink.fn_execution.v1.TypeInfo field_type = 2;boolean.org.apache.flink.fn_execution.v1.TypeInfo field_type = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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;
-