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

io.substrait.proto.PlanVersionOrBuilder 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/plan.proto

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

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

  /**
   * .substrait.Version version = 6;
   * @return Whether the version field is set.
   */
  boolean hasVersion();
  /**
   * .substrait.Version version = 6;
   * @return The version.
   */
  io.substrait.proto.Version getVersion();
  /**
   * .substrait.Version version = 6;
   */
  io.substrait.proto.VersionOrBuilder getVersionOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy