io.substrait.proto.ReferenceRelOrBuilder 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/algebra.proto
// Protobuf Java Version: 3.25.5
package io.substrait.proto;
public interface ReferenceRelOrBuilder extends
// @@protoc_insertion_point(interface_extends:substrait.ReferenceRel)
com.google.protobuf.MessageOrBuilder {
/**
* int32 subtree_ordinal = 1;
* @return The subtreeOrdinal.
*/
int getSubtreeOrdinal();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy