Interface PlanProtocol.StatsTableInfoOrBuilder

    • Method Detail

      • getTableUuid

        String getTableUuid()
        string table_uuid = 1;
        Returns:
        The tableUuid.
      • getTableUuidBytes

        com.google.protobuf.ByteString getTableUuidBytes()
        string table_uuid = 1;
        Returns:
        The bytes for tableUuid.
      • getStorageSpaceUuid

        String getStorageSpaceUuid()
        string storage_space_uuid = 2;
        Returns:
        The storageSpaceUuid.
      • getStorageSpaceUuidBytes

        com.google.protobuf.ByteString getStorageSpaceUuidBytes()
        string storage_space_uuid = 2;
        Returns:
        The bytes for storageSpaceUuid.
      • getColumnsCount

        int getColumnsCount()
        repeated .xg.db.sqlPlans.StatsColInfo columns = 3;