Interface FlinkFnApi.TypeInfo.RowTypeInfo.FieldOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFieldName()
      string field_name = 1;
      com.google.protobuf.ByteString getFieldNameBytes()
      string field_name = 1;
      FlinkFnApi.TypeInfo getFieldType()
      .org.apache.flink.fn_execution.v1.TypeInfo field_type = 2;
      FlinkFnApi.TypeInfoOrBuilder getFieldTypeOrBuilder()
      .org.apache.flink.fn_execution.v1.TypeInfo field_type = 2;
      boolean hasFieldType()
      .org.apache.flink.fn_execution.v1.TypeInfo field_type = 2;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.