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

io.substrait.proto.FetchRelOrBuilder Maven / Gradle / Ivy

Go to download

Create a well-defined, cross-language specification for data compute operations

There is a newer version: 0.46.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: substrait/algebra.proto

// Protobuf Java Version: 3.25.5
package io.substrait.proto;

public interface FetchRelOrBuilder extends
    // @@protoc_insertion_point(interface_extends:substrait.FetchRel)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .substrait.RelCommon common = 1;
   * @return Whether the common field is set.
   */
  boolean hasCommon();
  /**
   * .substrait.RelCommon common = 1;
   * @return The common.
   */
  io.substrait.proto.RelCommon getCommon();
  /**
   * .substrait.RelCommon common = 1;
   */
  io.substrait.proto.RelCommonOrBuilder getCommonOrBuilder();

  /**
   * .substrait.Rel input = 2;
   * @return Whether the input field is set.
   */
  boolean hasInput();
  /**
   * .substrait.Rel input = 2;
   * @return The input.
   */
  io.substrait.proto.Rel getInput();
  /**
   * .substrait.Rel input = 2;
   */
  io.substrait.proto.RelOrBuilder getInputOrBuilder();

  /**
   * 
   * the offset expressed in number of records
   * 
* * int64 offset = 3; * @return The offset. */ long getOffset(); /** *
   * the amount of records to return
   * use -1 to signal that ALL records should be returned
   * 
* * int64 count = 4; * @return The count. */ long getCount(); /** * .substrait.extensions.AdvancedExtension advanced_extension = 10; * @return Whether the advancedExtension field is set. */ boolean hasAdvancedExtension(); /** * .substrait.extensions.AdvancedExtension advanced_extension = 10; * @return The advancedExtension. */ io.substrait.proto.AdvancedExtension getAdvancedExtension(); /** * .substrait.extensions.AdvancedExtension advanced_extension = 10; */ io.substrait.proto.AdvancedExtensionOrBuilder getAdvancedExtensionOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy