io.substrait.proto.CapabilitiesOrBuilder 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/capabilities.proto
// Protobuf Java Version: 3.25.5
package io.substrait.proto;
public interface CapabilitiesOrBuilder extends
// @@protoc_insertion_point(interface_extends:substrait.Capabilities)
com.google.protobuf.MessageOrBuilder {
/**
*
* List of Substrait versions this system supports
*
*
* repeated string substrait_versions = 1;
* @return A list containing the substraitVersions.
*/
java.util.List
getSubstraitVersionsList();
/**
*
* List of Substrait versions this system supports
*
*
* repeated string substrait_versions = 1;
* @return The count of substraitVersions.
*/
int getSubstraitVersionsCount();
/**
*
* List of Substrait versions this system supports
*
*
* repeated string substrait_versions = 1;
* @param index The index of the element to return.
* @return The substraitVersions at the given index.
*/
java.lang.String getSubstraitVersions(int index);
/**
*
* List of Substrait versions this system supports
*
*
* repeated string substrait_versions = 1;
* @param index The index of the value to return.
* @return The bytes of the substraitVersions at the given index.
*/
com.google.protobuf.ByteString
getSubstraitVersionsBytes(int index);
/**
*
* list of com.google.Any message types this system supports for advanced
* extensions.
*
*
* repeated string advanced_extension_type_urls = 2;
* @return A list containing the advancedExtensionTypeUrls.
*/
java.util.List
getAdvancedExtensionTypeUrlsList();
/**
*
* list of com.google.Any message types this system supports for advanced
* extensions.
*
*
* repeated string advanced_extension_type_urls = 2;
* @return The count of advancedExtensionTypeUrls.
*/
int getAdvancedExtensionTypeUrlsCount();
/**
*
* list of com.google.Any message types this system supports for advanced
* extensions.
*
*
* repeated string advanced_extension_type_urls = 2;
* @param index The index of the element to return.
* @return The advancedExtensionTypeUrls at the given index.
*/
java.lang.String getAdvancedExtensionTypeUrls(int index);
/**
*
* list of com.google.Any message types this system supports for advanced
* extensions.
*
*
* repeated string advanced_extension_type_urls = 2;
* @param index The index of the value to return.
* @return The bytes of the advancedExtensionTypeUrls at the given index.
*/
com.google.protobuf.ByteString
getAdvancedExtensionTypeUrlsBytes(int index);
/**
*
* list of simple extensions this system supports.
*
*
* repeated .substrait.Capabilities.SimpleExtension simple_extensions = 3;
*/
java.util.List
getSimpleExtensionsList();
/**
*
* list of simple extensions this system supports.
*
*
* repeated .substrait.Capabilities.SimpleExtension simple_extensions = 3;
*/
io.substrait.proto.Capabilities.SimpleExtension getSimpleExtensions(int index);
/**
*
* list of simple extensions this system supports.
*
*
* repeated .substrait.Capabilities.SimpleExtension simple_extensions = 3;
*/
int getSimpleExtensionsCount();
/**
*
* list of simple extensions this system supports.
*
*
* repeated .substrait.Capabilities.SimpleExtension simple_extensions = 3;
*/
java.util.List extends io.substrait.proto.Capabilities.SimpleExtensionOrBuilder>
getSimpleExtensionsOrBuilderList();
/**
*
* list of simple extensions this system supports.
*
*
* repeated .substrait.Capabilities.SimpleExtension simple_extensions = 3;
*/
io.substrait.proto.Capabilities.SimpleExtensionOrBuilder getSimpleExtensionsOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy