Interface PlanProtocol.StatsColInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getColUuid()
      string col_uuid = 1;
      com.google.protobuf.ByteString getColUuidBytes()
      string col_uuid = 1;
      int getDerivedType()
      int32 derived_type = 3;
      long getIndex()
      uint64 index = 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

      • getColUuid

        String getColUuid()
        string col_uuid = 1;
        Returns:
        The colUuid.
      • getColUuidBytes

        com.google.protobuf.ByteString getColUuidBytes()
        string col_uuid = 1;
        Returns:
        The bytes for colUuid.
      • getIndex

        long getIndex()
        uint64 index = 2;
        Returns:
        The index.
      • getDerivedType

        int getDerivedType()
        int32 derived_type = 3;
        Returns:
        The derivedType.