GrpcUdfService.java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: GrpcUdfInvoke.proto
// Protobuf Java Version: 3.25.1
package com.facebook.presto.grpc.udf;
public final class GrpcUdfService {
private GrpcUdfService() {}
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_udf_GrpcFunctionHandle_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_udf_GrpcFunctionHandle_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_udf_GrpcSerializedPage_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_udf_GrpcSerializedPage_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_udf_GrpcUdfPage_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_udf_GrpcUdfPage_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_udf_GrpcUdfRequest_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_udf_GrpcUdfRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_udf_GrpcUdfStats_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_udf_GrpcUdfStats_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_udf_GrpcUdfResult_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_udf_GrpcUdfResult_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\023GrpcUdfInvoke.proto\022\003udf\"f\n\022GrpcFuncti" +
"onHandle\022\024\n\014functionName\030\001 \001(\t\022\025\n\rargume" +
"ntTypes\030\002 \003(\t\022\022\n\nreturnType\030\003 \001(\t\022\017\n\007ver" +
"sion\030\004 \001(\t\"\214\001\n\022GrpcSerializedPage\022\022\n\nsli" +
"ceBytes\030\001 \001(\014\022\025\n\rpositionCount\030\002 \001(\022\022\037\n\027" +
"uncompressedSizeInBytes\030\003 \001(\022\022\030\n\020pageCod" +
"ecMarkers\030\004 \001(\014\022\020\n\010checksum\030\005 \001(\022\"u\n\013Grp" +
"cUdfPage\0221\n\021grpcUdfPageFormat\030\001 \001(\0162\026.ud" +
"f.GrpcUdfPageFormat\0223\n\022grpcSerializedPag" +
"e\030\002 \001(\0132\027.udf.GrpcSerializedPage\"w\n\016Grpc" +
"UdfRequest\022\016\n\006source\030\001 \001(\t\0223\n\022grpcFuncti" +
"onHandle\030\002 \001(\0132\027.udf.GrpcFunctionHandle\022" +
" \n\006inputs\030\003 \001(\0132\020.udf.GrpcUdfPage\"&\n\014Grp" +
"cUdfStats\022\026\n\016totalCpuTimeMs\030\001 \001(\022\"V\n\rGrp" +
"cUdfResult\022 \n\006result\030\001 \001(\0132\020.udf.GrpcUdf" +
"Page\022#\n\010udfStats\030\002 \001(\0132\021.udf.GrpcUdfStat" +
"s*\037\n\021GrpcUdfPageFormat\022\n\n\006Presto\020\0002E\n\rGr" +
"pcUdfInvoke\0224\n\tInvokeUdf\022\023.udf.GrpcUdfRe" +
"quest\032\022.udf.GrpcUdfResultB0\n\034com.faceboo" +
"k.presto.grpc.udfB\016GrpcUdfServiceP\001b\006pro" +
"to3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
internal_static_udf_GrpcFunctionHandle_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_udf_GrpcFunctionHandle_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_udf_GrpcFunctionHandle_descriptor,
new java.lang.String[] { "FunctionName", "ArgumentTypes", "ReturnType", "Version", });
internal_static_udf_GrpcSerializedPage_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_udf_GrpcSerializedPage_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_udf_GrpcSerializedPage_descriptor,
new java.lang.String[] { "SliceBytes", "PositionCount", "UncompressedSizeInBytes", "PageCodecMarkers", "Checksum", });
internal_static_udf_GrpcUdfPage_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_udf_GrpcUdfPage_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_udf_GrpcUdfPage_descriptor,
new java.lang.String[] { "GrpcUdfPageFormat", "GrpcSerializedPage", });
internal_static_udf_GrpcUdfRequest_descriptor =
getDescriptor().getMessageTypes().get(3);
internal_static_udf_GrpcUdfRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_udf_GrpcUdfRequest_descriptor,
new java.lang.String[] { "Source", "GrpcFunctionHandle", "Inputs", });
internal_static_udf_GrpcUdfStats_descriptor =
getDescriptor().getMessageTypes().get(4);
internal_static_udf_GrpcUdfStats_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_udf_GrpcUdfStats_descriptor,
new java.lang.String[] { "TotalCpuTimeMs", });
internal_static_udf_GrpcUdfResult_descriptor =
getDescriptor().getMessageTypes().get(5);
internal_static_udf_GrpcUdfResult_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_udf_GrpcUdfResult_descriptor,
new java.lang.String[] { "Result", "UdfStats", });
}
// @@protoc_insertion_point(outer_class_scope)
}