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

io.substrait.proto.NamedStructOrBuilder 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/type.proto

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

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

  /**
   * 
   * list of names in dfs order
   * 
* * repeated string names = 1; * @return A list containing the names. */ java.util.List getNamesList(); /** *
   * list of names in dfs order
   * 
* * repeated string names = 1; * @return The count of names. */ int getNamesCount(); /** *
   * list of names in dfs order
   * 
* * repeated string names = 1; * @param index The index of the element to return. * @return The names at the given index. */ java.lang.String getNames(int index); /** *
   * list of names in dfs order
   * 
* * repeated string names = 1; * @param index The index of the value to return. * @return The bytes of the names at the given index. */ com.google.protobuf.ByteString getNamesBytes(int index); /** * .substrait.Type.Struct struct = 2; * @return Whether the struct field is set. */ boolean hasStruct(); /** * .substrait.Type.Struct struct = 2; * @return The struct. */ io.substrait.proto.Type.Struct getStruct(); /** * .substrait.Type.Struct struct = 2; */ io.substrait.proto.Type.StructOrBuilder getStructOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy