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

org.polypheny.prism.StatementBatchResponseOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: org/polypheny/prism/statement_responses.proto

package org.polypheny.prism;

public interface StatementBatchResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:org.polypheny.prism.StatementBatchResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The unique identifier of the executed batch.
   * 
* * int32 batch_id = 1; * @return The batchId. */ int getBatchId(); /** *
   * List of scalar results for each statement in the batch.
   * 
* * repeated int64 scalars = 2; * @return A list containing the scalars. */ java.util.List getScalarsList(); /** *
   * List of scalar results for each statement in the batch.
   * 
* * repeated int64 scalars = 2; * @return The count of scalars. */ int getScalarsCount(); /** *
   * List of scalar results for each statement in the batch.
   * 
* * repeated int64 scalars = 2; * @param index The index of the element to return. * @return The scalars at the given index. */ long getScalars(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy