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

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

  /**
   * 
   * The underlying relation is output as is (no reordering or projection of columns)
   * 
* * .substrait.RelCommon.Direct direct = 1; * @return Whether the direct field is set. */ boolean hasDirect(); /** *
   * The underlying relation is output as is (no reordering or projection of columns)
   * 
* * .substrait.RelCommon.Direct direct = 1; * @return The direct. */ io.substrait.proto.RelCommon.Direct getDirect(); /** *
   * The underlying relation is output as is (no reordering or projection of columns)
   * 
* * .substrait.RelCommon.Direct direct = 1; */ io.substrait.proto.RelCommon.DirectOrBuilder getDirectOrBuilder(); /** *
   * Allows to control for order and inclusion of fields
   * 
* * .substrait.RelCommon.Emit emit = 2; * @return Whether the emit field is set. */ boolean hasEmit(); /** *
   * Allows to control for order and inclusion of fields
   * 
* * .substrait.RelCommon.Emit emit = 2; * @return The emit. */ io.substrait.proto.RelCommon.Emit getEmit(); /** *
   * Allows to control for order and inclusion of fields
   * 
* * .substrait.RelCommon.Emit emit = 2; */ io.substrait.proto.RelCommon.EmitOrBuilder getEmitOrBuilder(); /** * .substrait.RelCommon.Hint hint = 3; * @return Whether the hint field is set. */ boolean hasHint(); /** * .substrait.RelCommon.Hint hint = 3; * @return The hint. */ io.substrait.proto.RelCommon.Hint getHint(); /** * .substrait.RelCommon.Hint hint = 3; */ io.substrait.proto.RelCommon.HintOrBuilder getHintOrBuilder(); /** * .substrait.extensions.AdvancedExtension advanced_extension = 4; * @return Whether the advancedExtension field is set. */ boolean hasAdvancedExtension(); /** * .substrait.extensions.AdvancedExtension advanced_extension = 4; * @return The advancedExtension. */ io.substrait.proto.AdvancedExtension getAdvancedExtension(); /** * .substrait.extensions.AdvancedExtension advanced_extension = 4; */ io.substrait.proto.AdvancedExtensionOrBuilder getAdvancedExtensionOrBuilder(); io.substrait.proto.RelCommon.EmitKindCase getEmitKindCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy