io.substrait.proto.PlanVersionOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Create a well-defined, cross-language specification for data compute operations
// 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