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

io.substrait.proto.ExtensionObjectOrBuilder 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 ExtensionObjectOrBuilder extends
    // @@protoc_insertion_point(interface_extends:substrait.ExtensionObject)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .google.protobuf.Any detail = 1;
   * @return Whether the detail field is set.
   */
  boolean hasDetail();
  /**
   * .google.protobuf.Any detail = 1;
   * @return The detail.
   */
  com.google.protobuf.Any getDetail();
  /**
   * .google.protobuf.Any detail = 1;
   */
  com.google.protobuf.AnyOrBuilder getDetailOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy