io.substrait.proto.PlanOuterClass 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/plan.proto
// Protobuf Java Version: 3.25.5
package io.substrait.proto;
public final class PlanOuterClass {
private PlanOuterClass() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
static final com.google.protobuf.Descriptors.Descriptor
internal_static_substrait_PlanRel_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_substrait_PlanRel_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_substrait_Plan_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_substrait_Plan_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_substrait_PlanVersion_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_substrait_PlanVersion_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_substrait_Version_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_substrait_Version_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\024substrait/plan.proto\022\tsubstrait\032\027subst" +
"rait/algebra.proto\032%substrait/extensions" +
"/extensions.proto\"X\n\007PlanRel\022\035\n\003rel\030\001 \001(" +
"\0132\016.substrait.RelH\000\022\"\n\004root\030\002 \001(\0132\022.subs" +
"trait.RelRootH\000B\n\n\010rel_type\"\274\002\n\004Plan\022#\n\007" +
"version\030\006 \001(\0132\022.substrait.Version\022@\n\016ext" +
"ension_uris\030\001 \003(\0132(.substrait.extensions" +
".SimpleExtensionURI\022D\n\nextensions\030\002 \003(\0132" +
"0.substrait.extensions.SimpleExtensionDe" +
"claration\022%\n\trelations\030\003 \003(\0132\022.substrait" +
".PlanRel\022D\n\023advanced_extensions\030\004 \001(\0132\'." +
"substrait.extensions.AdvancedExtension\022\032" +
"\n\022expected_type_urls\030\005 \003(\t\"2\n\013PlanVersio" +
"n\022#\n\007version\030\006 \001(\0132\022.substrait.Version\"o" +
"\n\007Version\022\024\n\014major_number\030\001 \001(\r\022\024\n\014minor" +
"_number\030\002 \001(\r\022\024\n\014patch_number\030\003 \001(\r\022\020\n\010g" +
"it_hash\030\004 \001(\t\022\020\n\010producer\030\005 \001(\tBW\n\022io.su" +
"bstrait.protoP\001Z*github.com/substrait-io" +
"/substrait-go/proto\252\002\022Substrait.Protobuf" +
"b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
io.substrait.proto.Algebra.getDescriptor(),
io.substrait.proto.Extensions.getDescriptor(),
});
internal_static_substrait_PlanRel_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_substrait_PlanRel_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_substrait_PlanRel_descriptor,
new java.lang.String[] { "Rel", "Root", "RelType", });
internal_static_substrait_Plan_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_substrait_Plan_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_substrait_Plan_descriptor,
new java.lang.String[] { "Version", "ExtensionUris", "Extensions", "Relations", "AdvancedExtensions", "ExpectedTypeUrls", });
internal_static_substrait_PlanVersion_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_substrait_PlanVersion_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_substrait_PlanVersion_descriptor,
new java.lang.String[] { "Version", });
internal_static_substrait_Version_descriptor =
getDescriptor().getMessageTypes().get(3);
internal_static_substrait_Version_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_substrait_Version_descriptor,
new java.lang.String[] { "MajorNumber", "MinorNumber", "PatchNumber", "GitHash", "Producer", });
io.substrait.proto.Algebra.getDescriptor();
io.substrait.proto.Extensions.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy