All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vesoft.nebula.proto.graph.QueryStatsOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: graph.proto

// Protobuf Java Version: 3.25.1
package com.vesoft.nebula.proto.graph;

public interface QueryStatsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:nebula.proto.graph.QueryStats)
    com.google.protobuf.MessageOrBuilder {

  /**
   * int64 num_affected_nodes = 1;
   * @return The numAffectedNodes.
   */
  long getNumAffectedNodes();

  /**
   * int64 num_affected_edges = 2;
   * @return The numAffectedEdges.
   */
  long getNumAffectedEdges();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy