接口 OuterSchema.ColumnMetaOrBuilder

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      Common.DataType getDataType()
      .common.DataType data_type = 2;
      int getDataTypeValue()
      .common.DataType data_type = 2;
      boolean getIsPrimaryKey()
      Whether this column is a part of a primary key
      OuterSchema.LabelMeta getKey()
      .schema.LabelMeta key = 1;
      OuterSchema.LabelMetaOrBuilder getKeyOrBuilder()
      .schema.LabelMeta key = 1;
      boolean hasKey()
      .schema.LabelMeta key = 1;
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 从接口继承的方法 com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 方法详细资料

      • hasKey

        boolean hasKey()
        .schema.LabelMeta key = 1;
        返回:
        Whether the key field is set.
      • getDataTypeValue

        int getDataTypeValue()
        .common.DataType data_type = 2;
        返回:
        The enum numeric value on the wire for dataType.
      • getDataType

        Common.DataType getDataType()
        .common.DataType data_type = 2;
        返回:
        The dataType.
      • getIsPrimaryKey

        boolean getIsPrimaryKey()
         Whether this column is a part of a primary key
         
        bool is_primary_key = 3;
        返回:
        The isPrimaryKey.