diff --git a/cpp-client/deephaven/client/proto/deephaven/proto/table.grpc.pb.cc b/cpp-client/deephaven/client/proto/deephaven/proto/table.grpc.pb.cc index 5c883d44448..29c3c2a7aee 100644 --- a/cpp-client/deephaven/client/proto/deephaven/proto/table.grpc.pb.cc +++ b/cpp-client/deephaven/client/proto/deephaven/proto/table.grpc.pb.cc @@ -52,7 +52,6 @@ static const char* TableService_method_names[] = { "/io.deephaven.proto.backplane.grpc.TableService/CrossJoinTables", "/io.deephaven.proto.backplane.grpc.TableService/NaturalJoinTables", "/io.deephaven.proto.backplane.grpc.TableService/ExactJoinTables", - "/io.deephaven.proto.backplane.grpc.TableService/LeftJoinTables", "/io.deephaven.proto.backplane.grpc.TableService/AsOfJoinTables", "/io.deephaven.proto.backplane.grpc.TableService/ComboAggregate", "/io.deephaven.proto.backplane.grpc.TableService/Snapshot", @@ -96,15 +95,14 @@ TableService::Stub::Stub(const std::shared_ptr< ::grpc::ChannelInterface>& chann , rpcmethod_CrossJoinTables_(TableService_method_names[23], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) , rpcmethod_NaturalJoinTables_(TableService_method_names[24], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) , rpcmethod_ExactJoinTables_(TableService_method_names[25], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_LeftJoinTables_(TableService_method_names[26], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_AsOfJoinTables_(TableService_method_names[27], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_ComboAggregate_(TableService_method_names[28], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_Snapshot_(TableService_method_names[29], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_Flatten_(TableService_method_names[30], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_RunChartDownsample_(TableService_method_names[31], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_CreateInputTable_(TableService_method_names[32], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_Batch_(TableService_method_names[33], options.suffix_for_stats(),::grpc::internal::RpcMethod::SERVER_STREAMING, channel) - , rpcmethod_ExportedTableUpdates_(TableService_method_names[34], options.suffix_for_stats(),::grpc::internal::RpcMethod::SERVER_STREAMING, channel) + , rpcmethod_AsOfJoinTables_(TableService_method_names[26], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_ComboAggregate_(TableService_method_names[27], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_Snapshot_(TableService_method_names[28], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_Flatten_(TableService_method_names[29], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_RunChartDownsample_(TableService_method_names[30], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_CreateInputTable_(TableService_method_names[31], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_Batch_(TableService_method_names[32], options.suffix_for_stats(),::grpc::internal::RpcMethod::SERVER_STREAMING, channel) + , rpcmethod_ExportedTableUpdates_(TableService_method_names[33], options.suffix_for_stats(),::grpc::internal::RpcMethod::SERVER_STREAMING, channel) {} ::grpc::Status TableService::Stub::GetExportedTableCreationResponse(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::Ticket& request, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse* response) { @@ -705,29 +703,6 @@ ::grpc::ClientAsyncResponseReader< ::io::deephaven::proto::backplane::grpc::Expo return result; } -::grpc::Status TableService::Stub::LeftJoinTables(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest& request, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse* response) { - return ::grpc::internal::BlockingUnaryCall< ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>(channel_.get(), rpcmethod_LeftJoinTables_, context, request, response); -} - -void TableService::Stub::experimental_async::LeftJoinTables(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* request, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse* response, std::function f) { - ::grpc::internal::CallbackUnaryCall< ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>(stub_->channel_.get(), stub_->rpcmethod_LeftJoinTables_, context, request, response, std::move(f)); -} - -void TableService::Stub::experimental_async::LeftJoinTables(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* request, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { - ::grpc::internal::ClientCallbackUnaryFactory::Create< ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>(stub_->channel_.get(), stub_->rpcmethod_LeftJoinTables_, context, request, response, reactor); -} - -::grpc::ClientAsyncResponseReader< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>* TableService::Stub::PrepareAsyncLeftJoinTablesRaw(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest& request, ::grpc::CompletionQueue* cq) { - return ::grpc::internal::ClientAsyncResponseReaderHelper::Create< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse, ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>(channel_.get(), cq, rpcmethod_LeftJoinTables_, context, request); -} - -::grpc::ClientAsyncResponseReader< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>* TableService::Stub::AsyncLeftJoinTablesRaw(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest& request, ::grpc::CompletionQueue* cq) { - auto* result = - this->PrepareAsyncLeftJoinTablesRaw(context, request, cq); - result->StartCall(); - return result; -} - ::grpc::Status TableService::Stub::AsOfJoinTables(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest& request, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse* response) { return ::grpc::internal::BlockingUnaryCall< ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>(channel_.get(), rpcmethod_AsOfJoinTables_, context, request, response); } @@ -1162,16 +1137,6 @@ TableService::Service::Service() { AddMethod(new ::grpc::internal::RpcServiceMethod( TableService_method_names[26], ::grpc::internal::RpcMethod::NORMAL_RPC, - new ::grpc::internal::RpcMethodHandler< TableService::Service, ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>( - [](TableService::Service* service, - ::grpc::ServerContext* ctx, - const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* req, - ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse* resp) { - return service->LeftJoinTables(ctx, req, resp); - }, this))); - AddMethod(new ::grpc::internal::RpcServiceMethod( - TableService_method_names[27], - ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< TableService::Service, ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>( [](TableService::Service* service, ::grpc::ServerContext* ctx, @@ -1180,7 +1145,7 @@ TableService::Service::Service() { return service->AsOfJoinTables(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - TableService_method_names[28], + TableService_method_names[27], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< TableService::Service, ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>( [](TableService::Service* service, @@ -1190,7 +1155,7 @@ TableService::Service::Service() { return service->ComboAggregate(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - TableService_method_names[29], + TableService_method_names[28], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< TableService::Service, ::io::deephaven::proto::backplane::grpc::SnapshotTableRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>( [](TableService::Service* service, @@ -1200,7 +1165,7 @@ TableService::Service::Service() { return service->Snapshot(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - TableService_method_names[30], + TableService_method_names[29], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< TableService::Service, ::io::deephaven::proto::backplane::grpc::FlattenRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>( [](TableService::Service* service, @@ -1210,7 +1175,7 @@ TableService::Service::Service() { return service->Flatten(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - TableService_method_names[31], + TableService_method_names[30], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< TableService::Service, ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>( [](TableService::Service* service, @@ -1220,7 +1185,7 @@ TableService::Service::Service() { return service->RunChartDownsample(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - TableService_method_names[32], + TableService_method_names[31], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< TableService::Service, ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>( [](TableService::Service* service, @@ -1230,7 +1195,7 @@ TableService::Service::Service() { return service->CreateInputTable(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - TableService_method_names[33], + TableService_method_names[32], ::grpc::internal::RpcMethod::SERVER_STREAMING, new ::grpc::internal::ServerStreamingHandler< TableService::Service, ::io::deephaven::proto::backplane::grpc::BatchTableRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>( [](TableService::Service* service, @@ -1240,7 +1205,7 @@ TableService::Service::Service() { return service->Batch(ctx, req, writer); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - TableService_method_names[34], + TableService_method_names[33], ::grpc::internal::RpcMethod::SERVER_STREAMING, new ::grpc::internal::ServerStreamingHandler< TableService::Service, ::io::deephaven::proto::backplane::grpc::ExportedTableUpdatesRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableUpdateMessage>( [](TableService::Service* service, @@ -1436,13 +1401,6 @@ ::grpc::Status TableService::Service::ExactJoinTables(::grpc::ServerContext* con return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } -::grpc::Status TableService::Service::LeftJoinTables(::grpc::ServerContext* context, const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* request, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse* response) { - (void) context; - (void) request; - (void) response; - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); -} - ::grpc::Status TableService::Service::AsOfJoinTables(::grpc::ServerContext* context, const ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest* request, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse* response) { (void) context; (void) request; diff --git a/cpp-client/deephaven/client/proto/deephaven/proto/table.grpc.pb.h b/cpp-client/deephaven/client/proto/deephaven/proto/table.grpc.pb.h index b73b6f70933..f4be0a709b9 100644 --- a/cpp-client/deephaven/client/proto/deephaven/proto/table.grpc.pb.h +++ b/cpp-client/deephaven/client/proto/deephaven/proto/table.grpc.pb.h @@ -280,15 +280,6 @@ class TableService final { return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>>(PrepareAsyncExactJoinTablesRaw(context, request, cq)); } // - // Returns the result of a left join operation. - virtual ::grpc::Status LeftJoinTables(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest& request, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse* response) = 0; - std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>> AsyncLeftJoinTables(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>>(AsyncLeftJoinTablesRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>> PrepareAsyncLeftJoinTables(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>>(PrepareAsyncLeftJoinTablesRaw(context, request, cq)); - } - // // Returns the result of an as of join operation. virtual ::grpc::Status AsOfJoinTables(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest& request, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse* response) = 0; std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>> AsyncAsOfJoinTables(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest& request, ::grpc::CompletionQueue* cq) { @@ -589,14 +580,6 @@ class TableService final { virtual void ExactJoinTables(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest* request, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; #endif // - // Returns the result of a left join operation. - virtual void LeftJoinTables(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* request, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse* response, std::function) = 0; - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual void LeftJoinTables(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* request, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; - #else - virtual void LeftJoinTables(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* request, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; - #endif - // // Returns the result of an as of join operation. virtual void AsOfJoinTables(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest* request, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse* response, std::function) = 0; #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -731,8 +714,6 @@ class TableService final { virtual ::grpc::ClientAsyncResponseReaderInterface< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>* PrepareAsyncNaturalJoinTablesRaw(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::NaturalJoinTablesRequest& request, ::grpc::CompletionQueue* cq) = 0; virtual ::grpc::ClientAsyncResponseReaderInterface< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>* AsyncExactJoinTablesRaw(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest& request, ::grpc::CompletionQueue* cq) = 0; virtual ::grpc::ClientAsyncResponseReaderInterface< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>* PrepareAsyncExactJoinTablesRaw(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest& request, ::grpc::CompletionQueue* cq) = 0; - virtual ::grpc::ClientAsyncResponseReaderInterface< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>* AsyncLeftJoinTablesRaw(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest& request, ::grpc::CompletionQueue* cq) = 0; - virtual ::grpc::ClientAsyncResponseReaderInterface< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>* PrepareAsyncLeftJoinTablesRaw(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest& request, ::grpc::CompletionQueue* cq) = 0; virtual ::grpc::ClientAsyncResponseReaderInterface< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>* AsyncAsOfJoinTablesRaw(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest& request, ::grpc::CompletionQueue* cq) = 0; virtual ::grpc::ClientAsyncResponseReaderInterface< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>* PrepareAsyncAsOfJoinTablesRaw(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest& request, ::grpc::CompletionQueue* cq) = 0; virtual ::grpc::ClientAsyncResponseReaderInterface< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>* AsyncComboAggregateRaw(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest& request, ::grpc::CompletionQueue* cq) = 0; @@ -937,13 +918,6 @@ class TableService final { std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>> PrepareAsyncExactJoinTables(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest& request, ::grpc::CompletionQueue* cq) { return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>>(PrepareAsyncExactJoinTablesRaw(context, request, cq)); } - ::grpc::Status LeftJoinTables(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest& request, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse* response) override; - std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>> AsyncLeftJoinTables(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>>(AsyncLeftJoinTablesRaw(context, request, cq)); - } - std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>> PrepareAsyncLeftJoinTables(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest& request, ::grpc::CompletionQueue* cq) { - return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>>(PrepareAsyncLeftJoinTablesRaw(context, request, cq)); - } ::grpc::Status AsOfJoinTables(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest& request, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse* response) override; std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>> AsyncAsOfJoinTables(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest& request, ::grpc::CompletionQueue* cq) { return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>>(AsyncAsOfJoinTablesRaw(context, request, cq)); @@ -1163,12 +1137,6 @@ class TableService final { #else void ExactJoinTables(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest* request, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; #endif - void LeftJoinTables(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* request, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse* response, std::function) override; - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - void LeftJoinTables(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* request, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse* response, ::grpc::ClientUnaryReactor* reactor) override; - #else - void LeftJoinTables(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* request, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; - #endif void AsOfJoinTables(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest* request, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse* response, std::function) override; #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL void AsOfJoinTables(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest* request, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse* response, ::grpc::ClientUnaryReactor* reactor) override; @@ -1278,8 +1246,6 @@ class TableService final { ::grpc::ClientAsyncResponseReader< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>* PrepareAsyncNaturalJoinTablesRaw(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::NaturalJoinTablesRequest& request, ::grpc::CompletionQueue* cq) override; ::grpc::ClientAsyncResponseReader< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>* AsyncExactJoinTablesRaw(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest& request, ::grpc::CompletionQueue* cq) override; ::grpc::ClientAsyncResponseReader< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>* PrepareAsyncExactJoinTablesRaw(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest& request, ::grpc::CompletionQueue* cq) override; - ::grpc::ClientAsyncResponseReader< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>* AsyncLeftJoinTablesRaw(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest& request, ::grpc::CompletionQueue* cq) override; - ::grpc::ClientAsyncResponseReader< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>* PrepareAsyncLeftJoinTablesRaw(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest& request, ::grpc::CompletionQueue* cq) override; ::grpc::ClientAsyncResponseReader< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>* AsyncAsOfJoinTablesRaw(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest& request, ::grpc::CompletionQueue* cq) override; ::grpc::ClientAsyncResponseReader< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>* PrepareAsyncAsOfJoinTablesRaw(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest& request, ::grpc::CompletionQueue* cq) override; ::grpc::ClientAsyncResponseReader< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>* AsyncComboAggregateRaw(::grpc::ClientContext* context, const ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest& request, ::grpc::CompletionQueue* cq) override; @@ -1324,7 +1290,6 @@ class TableService final { const ::grpc::internal::RpcMethod rpcmethod_CrossJoinTables_; const ::grpc::internal::RpcMethod rpcmethod_NaturalJoinTables_; const ::grpc::internal::RpcMethod rpcmethod_ExactJoinTables_; - const ::grpc::internal::RpcMethod rpcmethod_LeftJoinTables_; const ::grpc::internal::RpcMethod rpcmethod_AsOfJoinTables_; const ::grpc::internal::RpcMethod rpcmethod_ComboAggregate_; const ::grpc::internal::RpcMethod rpcmethod_Snapshot_; @@ -1420,9 +1385,6 @@ class TableService final { // Returns the result of an exact join operation. virtual ::grpc::Status ExactJoinTables(::grpc::ServerContext* context, const ::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest* request, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse* response); // - // Returns the result of a left join operation. - virtual ::grpc::Status LeftJoinTables(::grpc::ServerContext* context, const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* request, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse* response); - // // Returns the result of an as of join operation. virtual ::grpc::Status AsOfJoinTables(::grpc::ServerContext* context, const ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest* request, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse* response); // @@ -1980,32 +1942,12 @@ class TableService final { } }; template - class WithAsyncMethod_LeftJoinTables : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithAsyncMethod_LeftJoinTables() { - ::grpc::Service::MarkMethodAsync(26); - } - ~WithAsyncMethod_LeftJoinTables() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status LeftJoinTables(::grpc::ServerContext* /*context*/, const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* /*request*/, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestLeftJoinTables(::grpc::ServerContext* context, ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* request, ::grpc::ServerAsyncResponseWriter< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(26, context, request, response, new_call_cq, notification_cq, tag); - } - }; - template class WithAsyncMethod_AsOfJoinTables : public BaseClass { private: void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_AsOfJoinTables() { - ::grpc::Service::MarkMethodAsync(27); + ::grpc::Service::MarkMethodAsync(26); } ~WithAsyncMethod_AsOfJoinTables() override { BaseClassMustBeDerivedFromService(this); @@ -2016,7 +1958,7 @@ class TableService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestAsOfJoinTables(::grpc::ServerContext* context, ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest* request, ::grpc::ServerAsyncResponseWriter< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(27, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(26, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -2025,7 +1967,7 @@ class TableService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_ComboAggregate() { - ::grpc::Service::MarkMethodAsync(28); + ::grpc::Service::MarkMethodAsync(27); } ~WithAsyncMethod_ComboAggregate() override { BaseClassMustBeDerivedFromService(this); @@ -2036,7 +1978,7 @@ class TableService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestComboAggregate(::grpc::ServerContext* context, ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest* request, ::grpc::ServerAsyncResponseWriter< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(28, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(27, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -2045,7 +1987,7 @@ class TableService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_Snapshot() { - ::grpc::Service::MarkMethodAsync(29); + ::grpc::Service::MarkMethodAsync(28); } ~WithAsyncMethod_Snapshot() override { BaseClassMustBeDerivedFromService(this); @@ -2056,7 +1998,7 @@ class TableService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestSnapshot(::grpc::ServerContext* context, ::io::deephaven::proto::backplane::grpc::SnapshotTableRequest* request, ::grpc::ServerAsyncResponseWriter< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(29, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(28, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -2065,7 +2007,7 @@ class TableService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_Flatten() { - ::grpc::Service::MarkMethodAsync(30); + ::grpc::Service::MarkMethodAsync(29); } ~WithAsyncMethod_Flatten() override { BaseClassMustBeDerivedFromService(this); @@ -2076,7 +2018,7 @@ class TableService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestFlatten(::grpc::ServerContext* context, ::io::deephaven::proto::backplane::grpc::FlattenRequest* request, ::grpc::ServerAsyncResponseWriter< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(30, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(29, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -2085,7 +2027,7 @@ class TableService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_RunChartDownsample() { - ::grpc::Service::MarkMethodAsync(31); + ::grpc::Service::MarkMethodAsync(30); } ~WithAsyncMethod_RunChartDownsample() override { BaseClassMustBeDerivedFromService(this); @@ -2096,7 +2038,7 @@ class TableService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestRunChartDownsample(::grpc::ServerContext* context, ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest* request, ::grpc::ServerAsyncResponseWriter< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(31, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(30, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -2105,7 +2047,7 @@ class TableService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_CreateInputTable() { - ::grpc::Service::MarkMethodAsync(32); + ::grpc::Service::MarkMethodAsync(31); } ~WithAsyncMethod_CreateInputTable() override { BaseClassMustBeDerivedFromService(this); @@ -2116,7 +2058,7 @@ class TableService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestCreateInputTable(::grpc::ServerContext* context, ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest* request, ::grpc::ServerAsyncResponseWriter< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(32, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(31, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -2125,7 +2067,7 @@ class TableService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_Batch() { - ::grpc::Service::MarkMethodAsync(33); + ::grpc::Service::MarkMethodAsync(32); } ~WithAsyncMethod_Batch() override { BaseClassMustBeDerivedFromService(this); @@ -2136,7 +2078,7 @@ class TableService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestBatch(::grpc::ServerContext* context, ::io::deephaven::proto::backplane::grpc::BatchTableRequest* request, ::grpc::ServerAsyncWriter< ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncServerStreaming(33, context, request, writer, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncServerStreaming(32, context, request, writer, new_call_cq, notification_cq, tag); } }; template @@ -2145,7 +2087,7 @@ class TableService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_ExportedTableUpdates() { - ::grpc::Service::MarkMethodAsync(34); + ::grpc::Service::MarkMethodAsync(33); } ~WithAsyncMethod_ExportedTableUpdates() override { BaseClassMustBeDerivedFromService(this); @@ -2156,10 +2098,10 @@ class TableService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestExportedTableUpdates(::grpc::ServerContext* context, ::io::deephaven::proto::backplane::grpc::ExportedTableUpdatesRequest* request, ::grpc::ServerAsyncWriter< ::io::deephaven::proto::backplane::grpc::ExportedTableUpdateMessage>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncServerStreaming(34, context, request, writer, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncServerStreaming(33, context, request, writer, new_call_cq, notification_cq, tag); } }; - typedef WithAsyncMethod_GetExportedTableCreationResponse > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > AsyncService; + typedef WithAsyncMethod_GetExportedTableCreationResponse > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > AsyncService; template class ExperimentalWithCallbackMethod_GetExportedTableCreationResponse : public BaseClass { private: @@ -3383,53 +3325,6 @@ class TableService final { { return nullptr; } }; template - class ExperimentalWithCallbackMethod_LeftJoinTables : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithCallbackMethod_LeftJoinTables() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodCallback(26, - new ::grpc::internal::CallbackUnaryHandler< ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* request, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse* response) { return this->LeftJoinTables(context, request, response); }));} - void SetMessageAllocatorFor_LeftJoinTables( - ::grpc::experimental::MessageAllocator< ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>* allocator) { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(26); - #else - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(26); - #endif - static_cast<::grpc::internal::CallbackUnaryHandler< ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>*>(handler) - ->SetMessageAllocator(allocator); - } - ~ExperimentalWithCallbackMethod_LeftJoinTables() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status LeftJoinTables(::grpc::ServerContext* /*context*/, const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* /*request*/, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerUnaryReactor* LeftJoinTables( - ::grpc::CallbackServerContext* /*context*/, const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* /*request*/, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse* /*response*/) - #else - virtual ::grpc::experimental::ServerUnaryReactor* LeftJoinTables( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* /*request*/, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse* /*response*/) - #endif - { return nullptr; } - }; - template class ExperimentalWithCallbackMethod_AsOfJoinTables : public BaseClass { private: void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} @@ -3440,7 +3335,7 @@ class TableService final { #else ::grpc::Service::experimental(). #endif - MarkMethodCallback(27, + MarkMethodCallback(26, new ::grpc::internal::CallbackUnaryHandler< ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -3452,9 +3347,9 @@ class TableService final { void SetMessageAllocatorFor_AsOfJoinTables( ::grpc::experimental::MessageAllocator< ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>* allocator) { #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(27); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(26); #else - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(27); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(26); #endif static_cast<::grpc::internal::CallbackUnaryHandler< ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>*>(handler) ->SetMessageAllocator(allocator); @@ -3487,7 +3382,7 @@ class TableService final { #else ::grpc::Service::experimental(). #endif - MarkMethodCallback(28, + MarkMethodCallback(27, new ::grpc::internal::CallbackUnaryHandler< ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -3499,9 +3394,9 @@ class TableService final { void SetMessageAllocatorFor_ComboAggregate( ::grpc::experimental::MessageAllocator< ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>* allocator) { #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(28); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(27); #else - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(28); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(27); #endif static_cast<::grpc::internal::CallbackUnaryHandler< ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>*>(handler) ->SetMessageAllocator(allocator); @@ -3534,7 +3429,7 @@ class TableService final { #else ::grpc::Service::experimental(). #endif - MarkMethodCallback(29, + MarkMethodCallback(28, new ::grpc::internal::CallbackUnaryHandler< ::io::deephaven::proto::backplane::grpc::SnapshotTableRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -3546,9 +3441,9 @@ class TableService final { void SetMessageAllocatorFor_Snapshot( ::grpc::experimental::MessageAllocator< ::io::deephaven::proto::backplane::grpc::SnapshotTableRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>* allocator) { #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(29); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(28); #else - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(29); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(28); #endif static_cast<::grpc::internal::CallbackUnaryHandler< ::io::deephaven::proto::backplane::grpc::SnapshotTableRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>*>(handler) ->SetMessageAllocator(allocator); @@ -3581,7 +3476,7 @@ class TableService final { #else ::grpc::Service::experimental(). #endif - MarkMethodCallback(30, + MarkMethodCallback(29, new ::grpc::internal::CallbackUnaryHandler< ::io::deephaven::proto::backplane::grpc::FlattenRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -3593,9 +3488,9 @@ class TableService final { void SetMessageAllocatorFor_Flatten( ::grpc::experimental::MessageAllocator< ::io::deephaven::proto::backplane::grpc::FlattenRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>* allocator) { #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(30); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(29); #else - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(30); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(29); #endif static_cast<::grpc::internal::CallbackUnaryHandler< ::io::deephaven::proto::backplane::grpc::FlattenRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>*>(handler) ->SetMessageAllocator(allocator); @@ -3628,7 +3523,7 @@ class TableService final { #else ::grpc::Service::experimental(). #endif - MarkMethodCallback(31, + MarkMethodCallback(30, new ::grpc::internal::CallbackUnaryHandler< ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -3640,9 +3535,9 @@ class TableService final { void SetMessageAllocatorFor_RunChartDownsample( ::grpc::experimental::MessageAllocator< ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>* allocator) { #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(31); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(30); #else - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(31); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(30); #endif static_cast<::grpc::internal::CallbackUnaryHandler< ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>*>(handler) ->SetMessageAllocator(allocator); @@ -3675,7 +3570,7 @@ class TableService final { #else ::grpc::Service::experimental(). #endif - MarkMethodCallback(32, + MarkMethodCallback(31, new ::grpc::internal::CallbackUnaryHandler< ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -3687,9 +3582,9 @@ class TableService final { void SetMessageAllocatorFor_CreateInputTable( ::grpc::experimental::MessageAllocator< ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>* allocator) { #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(32); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(31); #else - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(32); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(31); #endif static_cast<::grpc::internal::CallbackUnaryHandler< ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>*>(handler) ->SetMessageAllocator(allocator); @@ -3722,7 +3617,7 @@ class TableService final { #else ::grpc::Service::experimental(). #endif - MarkMethodCallback(33, + MarkMethodCallback(32, new ::grpc::internal::CallbackServerStreamingHandler< ::io::deephaven::proto::backplane::grpc::BatchTableRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -3760,7 +3655,7 @@ class TableService final { #else ::grpc::Service::experimental(). #endif - MarkMethodCallback(34, + MarkMethodCallback(33, new ::grpc::internal::CallbackServerStreamingHandler< ::io::deephaven::proto::backplane::grpc::ExportedTableUpdatesRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableUpdateMessage>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -3788,10 +3683,10 @@ class TableService final { { return nullptr; } }; #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - typedef ExperimentalWithCallbackMethod_GetExportedTableCreationResponse > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > CallbackService; + typedef ExperimentalWithCallbackMethod_GetExportedTableCreationResponse > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > CallbackService; #endif - typedef ExperimentalWithCallbackMethod_GetExportedTableCreationResponse > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ExperimentalCallbackService; + typedef ExperimentalWithCallbackMethod_GetExportedTableCreationResponse > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ExperimentalCallbackService; template class WithGenericMethod_GetExportedTableCreationResponse : public BaseClass { private: @@ -4235,29 +4130,12 @@ class TableService final { } }; template - class WithGenericMethod_LeftJoinTables : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithGenericMethod_LeftJoinTables() { - ::grpc::Service::MarkMethodGeneric(26); - } - ~WithGenericMethod_LeftJoinTables() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status LeftJoinTables(::grpc::ServerContext* /*context*/, const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* /*request*/, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - }; - template class WithGenericMethod_AsOfJoinTables : public BaseClass { private: void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_AsOfJoinTables() { - ::grpc::Service::MarkMethodGeneric(27); + ::grpc::Service::MarkMethodGeneric(26); } ~WithGenericMethod_AsOfJoinTables() override { BaseClassMustBeDerivedFromService(this); @@ -4274,7 +4152,7 @@ class TableService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_ComboAggregate() { - ::grpc::Service::MarkMethodGeneric(28); + ::grpc::Service::MarkMethodGeneric(27); } ~WithGenericMethod_ComboAggregate() override { BaseClassMustBeDerivedFromService(this); @@ -4291,7 +4169,7 @@ class TableService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_Snapshot() { - ::grpc::Service::MarkMethodGeneric(29); + ::grpc::Service::MarkMethodGeneric(28); } ~WithGenericMethod_Snapshot() override { BaseClassMustBeDerivedFromService(this); @@ -4308,7 +4186,7 @@ class TableService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_Flatten() { - ::grpc::Service::MarkMethodGeneric(30); + ::grpc::Service::MarkMethodGeneric(29); } ~WithGenericMethod_Flatten() override { BaseClassMustBeDerivedFromService(this); @@ -4325,7 +4203,7 @@ class TableService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_RunChartDownsample() { - ::grpc::Service::MarkMethodGeneric(31); + ::grpc::Service::MarkMethodGeneric(30); } ~WithGenericMethod_RunChartDownsample() override { BaseClassMustBeDerivedFromService(this); @@ -4342,7 +4220,7 @@ class TableService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_CreateInputTable() { - ::grpc::Service::MarkMethodGeneric(32); + ::grpc::Service::MarkMethodGeneric(31); } ~WithGenericMethod_CreateInputTable() override { BaseClassMustBeDerivedFromService(this); @@ -4359,7 +4237,7 @@ class TableService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_Batch() { - ::grpc::Service::MarkMethodGeneric(33); + ::grpc::Service::MarkMethodGeneric(32); } ~WithGenericMethod_Batch() override { BaseClassMustBeDerivedFromService(this); @@ -4376,7 +4254,7 @@ class TableService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_ExportedTableUpdates() { - ::grpc::Service::MarkMethodGeneric(34); + ::grpc::Service::MarkMethodGeneric(33); } ~WithGenericMethod_ExportedTableUpdates() override { BaseClassMustBeDerivedFromService(this); @@ -4908,32 +4786,12 @@ class TableService final { } }; template - class WithRawMethod_LeftJoinTables : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithRawMethod_LeftJoinTables() { - ::grpc::Service::MarkMethodRaw(26); - } - ~WithRawMethod_LeftJoinTables() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status LeftJoinTables(::grpc::ServerContext* /*context*/, const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* /*request*/, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - void RequestLeftJoinTables(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(26, context, request, response, new_call_cq, notification_cq, tag); - } - }; - template class WithRawMethod_AsOfJoinTables : public BaseClass { private: void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_AsOfJoinTables() { - ::grpc::Service::MarkMethodRaw(27); + ::grpc::Service::MarkMethodRaw(26); } ~WithRawMethod_AsOfJoinTables() override { BaseClassMustBeDerivedFromService(this); @@ -4944,7 +4802,7 @@ class TableService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestAsOfJoinTables(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(27, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(26, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -4953,7 +4811,7 @@ class TableService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_ComboAggregate() { - ::grpc::Service::MarkMethodRaw(28); + ::grpc::Service::MarkMethodRaw(27); } ~WithRawMethod_ComboAggregate() override { BaseClassMustBeDerivedFromService(this); @@ -4964,7 +4822,7 @@ class TableService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestComboAggregate(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(28, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(27, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -4973,7 +4831,7 @@ class TableService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_Snapshot() { - ::grpc::Service::MarkMethodRaw(29); + ::grpc::Service::MarkMethodRaw(28); } ~WithRawMethod_Snapshot() override { BaseClassMustBeDerivedFromService(this); @@ -4984,7 +4842,7 @@ class TableService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestSnapshot(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(29, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(28, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -4993,7 +4851,7 @@ class TableService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_Flatten() { - ::grpc::Service::MarkMethodRaw(30); + ::grpc::Service::MarkMethodRaw(29); } ~WithRawMethod_Flatten() override { BaseClassMustBeDerivedFromService(this); @@ -5004,7 +4862,7 @@ class TableService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestFlatten(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(30, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(29, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5013,7 +4871,7 @@ class TableService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_RunChartDownsample() { - ::grpc::Service::MarkMethodRaw(31); + ::grpc::Service::MarkMethodRaw(30); } ~WithRawMethod_RunChartDownsample() override { BaseClassMustBeDerivedFromService(this); @@ -5024,7 +4882,7 @@ class TableService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestRunChartDownsample(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(31, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(30, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5033,7 +4891,7 @@ class TableService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_CreateInputTable() { - ::grpc::Service::MarkMethodRaw(32); + ::grpc::Service::MarkMethodRaw(31); } ~WithRawMethod_CreateInputTable() override { BaseClassMustBeDerivedFromService(this); @@ -5044,7 +4902,7 @@ class TableService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestCreateInputTable(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(32, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(31, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5053,7 +4911,7 @@ class TableService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_Batch() { - ::grpc::Service::MarkMethodRaw(33); + ::grpc::Service::MarkMethodRaw(32); } ~WithRawMethod_Batch() override { BaseClassMustBeDerivedFromService(this); @@ -5064,7 +4922,7 @@ class TableService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestBatch(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncWriter< ::grpc::ByteBuffer>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncServerStreaming(33, context, request, writer, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncServerStreaming(32, context, request, writer, new_call_cq, notification_cq, tag); } }; template @@ -5073,7 +4931,7 @@ class TableService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_ExportedTableUpdates() { - ::grpc::Service::MarkMethodRaw(34); + ::grpc::Service::MarkMethodRaw(33); } ~WithRawMethod_ExportedTableUpdates() override { BaseClassMustBeDerivedFromService(this); @@ -5084,7 +4942,7 @@ class TableService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestExportedTableUpdates(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncWriter< ::grpc::ByteBuffer>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncServerStreaming(34, context, request, writer, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncServerStreaming(33, context, request, writer, new_call_cq, notification_cq, tag); } }; template @@ -6076,44 +5934,6 @@ class TableService final { { return nullptr; } }; template - class ExperimentalWithRawCallbackMethod_LeftJoinTables : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - ExperimentalWithRawCallbackMethod_LeftJoinTables() { - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::Service:: - #else - ::grpc::Service::experimental(). - #endif - MarkMethodRawCallback(26, - new ::grpc::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( - [this]( - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::CallbackServerContext* - #else - ::grpc::experimental::CallbackServerContext* - #endif - context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->LeftJoinTables(context, request, response); })); - } - ~ExperimentalWithRawCallbackMethod_LeftJoinTables() override { - BaseClassMustBeDerivedFromService(this); - } - // disable synchronous version of this method - ::grpc::Status LeftJoinTables(::grpc::ServerContext* /*context*/, const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* /*request*/, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerUnaryReactor* LeftJoinTables( - ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) - #else - virtual ::grpc::experimental::ServerUnaryReactor* LeftJoinTables( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) - #endif - { return nullptr; } - }; - template class ExperimentalWithRawCallbackMethod_AsOfJoinTables : public BaseClass { private: void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} @@ -6124,7 +5944,7 @@ class TableService final { #else ::grpc::Service::experimental(). #endif - MarkMethodRawCallback(27, + MarkMethodRawCallback(26, new ::grpc::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -6162,7 +5982,7 @@ class TableService final { #else ::grpc::Service::experimental(). #endif - MarkMethodRawCallback(28, + MarkMethodRawCallback(27, new ::grpc::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -6200,7 +6020,7 @@ class TableService final { #else ::grpc::Service::experimental(). #endif - MarkMethodRawCallback(29, + MarkMethodRawCallback(28, new ::grpc::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -6238,7 +6058,7 @@ class TableService final { #else ::grpc::Service::experimental(). #endif - MarkMethodRawCallback(30, + MarkMethodRawCallback(29, new ::grpc::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -6276,7 +6096,7 @@ class TableService final { #else ::grpc::Service::experimental(). #endif - MarkMethodRawCallback(31, + MarkMethodRawCallback(30, new ::grpc::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -6314,7 +6134,7 @@ class TableService final { #else ::grpc::Service::experimental(). #endif - MarkMethodRawCallback(32, + MarkMethodRawCallback(31, new ::grpc::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -6352,7 +6172,7 @@ class TableService final { #else ::grpc::Service::experimental(). #endif - MarkMethodRawCallback(33, + MarkMethodRawCallback(32, new ::grpc::internal::CallbackServerStreamingHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -6390,7 +6210,7 @@ class TableService final { #else ::grpc::Service::experimental(). #endif - MarkMethodRawCallback(34, + MarkMethodRawCallback(33, new ::grpc::internal::CallbackServerStreamingHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -7120,39 +6940,12 @@ class TableService final { virtual ::grpc::Status StreamedExactJoinTables(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest,::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>* server_unary_streamer) = 0; }; template - class WithStreamedUnaryMethod_LeftJoinTables : public BaseClass { - private: - void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} - public: - WithStreamedUnaryMethod_LeftJoinTables() { - ::grpc::Service::MarkMethodStreamed(26, - new ::grpc::internal::StreamedUnaryHandler< - ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>( - [this](::grpc::ServerContext* context, - ::grpc::ServerUnaryStreamer< - ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>* streamer) { - return this->StreamedLeftJoinTables(context, - streamer); - })); - } - ~WithStreamedUnaryMethod_LeftJoinTables() override { - BaseClassMustBeDerivedFromService(this); - } - // disable regular version of this method - ::grpc::Status LeftJoinTables(::grpc::ServerContext* /*context*/, const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* /*request*/, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse* /*response*/) override { - abort(); - return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); - } - // replace default version of method with streamed unary - virtual ::grpc::Status StreamedLeftJoinTables(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest,::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>* server_unary_streamer) = 0; - }; - template class WithStreamedUnaryMethod_AsOfJoinTables : public BaseClass { private: void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_AsOfJoinTables() { - ::grpc::Service::MarkMethodStreamed(27, + ::grpc::Service::MarkMethodStreamed(26, new ::grpc::internal::StreamedUnaryHandler< ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>( [this](::grpc::ServerContext* context, @@ -7179,7 +6972,7 @@ class TableService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_ComboAggregate() { - ::grpc::Service::MarkMethodStreamed(28, + ::grpc::Service::MarkMethodStreamed(27, new ::grpc::internal::StreamedUnaryHandler< ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>( [this](::grpc::ServerContext* context, @@ -7206,7 +6999,7 @@ class TableService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_Snapshot() { - ::grpc::Service::MarkMethodStreamed(29, + ::grpc::Service::MarkMethodStreamed(28, new ::grpc::internal::StreamedUnaryHandler< ::io::deephaven::proto::backplane::grpc::SnapshotTableRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>( [this](::grpc::ServerContext* context, @@ -7233,7 +7026,7 @@ class TableService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_Flatten() { - ::grpc::Service::MarkMethodStreamed(30, + ::grpc::Service::MarkMethodStreamed(29, new ::grpc::internal::StreamedUnaryHandler< ::io::deephaven::proto::backplane::grpc::FlattenRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>( [this](::grpc::ServerContext* context, @@ -7260,7 +7053,7 @@ class TableService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_RunChartDownsample() { - ::grpc::Service::MarkMethodStreamed(31, + ::grpc::Service::MarkMethodStreamed(30, new ::grpc::internal::StreamedUnaryHandler< ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>( [this](::grpc::ServerContext* context, @@ -7287,7 +7080,7 @@ class TableService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_CreateInputTable() { - ::grpc::Service::MarkMethodStreamed(32, + ::grpc::Service::MarkMethodStreamed(31, new ::grpc::internal::StreamedUnaryHandler< ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>( [this](::grpc::ServerContext* context, @@ -7308,14 +7101,14 @@ class TableService final { // replace default version of method with streamed unary virtual ::grpc::Status StreamedCreateInputTable(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest,::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>* server_unary_streamer) = 0; }; - typedef WithStreamedUnaryMethod_GetExportedTableCreationResponse > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > StreamedUnaryService; + typedef WithStreamedUnaryMethod_GetExportedTableCreationResponse > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > StreamedUnaryService; template class WithSplitStreamingMethod_Batch : public BaseClass { private: void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithSplitStreamingMethod_Batch() { - ::grpc::Service::MarkMethodStreamed(33, + ::grpc::Service::MarkMethodStreamed(32, new ::grpc::internal::SplitServerStreamingHandler< ::io::deephaven::proto::backplane::grpc::BatchTableRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse>( [this](::grpc::ServerContext* context, @@ -7342,7 +7135,7 @@ class TableService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithSplitStreamingMethod_ExportedTableUpdates() { - ::grpc::Service::MarkMethodStreamed(34, + ::grpc::Service::MarkMethodStreamed(33, new ::grpc::internal::SplitServerStreamingHandler< ::io::deephaven::proto::backplane::grpc::ExportedTableUpdatesRequest, ::io::deephaven::proto::backplane::grpc::ExportedTableUpdateMessage>( [this](::grpc::ServerContext* context, @@ -7364,7 +7157,7 @@ class TableService final { virtual ::grpc::Status StreamedExportedTableUpdates(::grpc::ServerContext* context, ::grpc::ServerSplitStreamer< ::io::deephaven::proto::backplane::grpc::ExportedTableUpdatesRequest,::io::deephaven::proto::backplane::grpc::ExportedTableUpdateMessage>* server_split_streamer) = 0; }; typedef WithSplitStreamingMethod_Batch > SplitStreamedService; - typedef WithStreamedUnaryMethod_GetExportedTableCreationResponse > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > StreamedService; + typedef WithStreamedUnaryMethod_GetExportedTableCreationResponse > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > StreamedService; }; } // namespace grpc diff --git a/cpp-client/deephaven/client/proto/deephaven/proto/table.pb.cc b/cpp-client/deephaven/client/proto/deephaven/proto/table.pb.cc index aec6e919491..f506d16dca7 100644 --- a/cpp-client/deephaven/client/proto/deephaven/proto/table.pb.cc +++ b/cpp-client/deephaven/client/proto/deephaven/proto/table.pb.cc @@ -344,22 +344,6 @@ struct ExactJoinTablesRequestDefaultTypeInternal { }; }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT ExactJoinTablesRequestDefaultTypeInternal _ExactJoinTablesRequest_default_instance_; -constexpr LeftJoinTablesRequest::LeftJoinTablesRequest( - ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) - : columns_to_match_() - , columns_to_add_() - , result_id_(nullptr) - , left_id_(nullptr) - , right_id_(nullptr){} -struct LeftJoinTablesRequestDefaultTypeInternal { - constexpr LeftJoinTablesRequestDefaultTypeInternal() - : _instance(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized{}) {} - ~LeftJoinTablesRequestDefaultTypeInternal() {} - union { - LeftJoinTablesRequest _instance; - }; -}; -PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT LeftJoinTablesRequestDefaultTypeInternal _LeftJoinTablesRequest_default_instance_; constexpr AsOfJoinTablesRequest::AsOfJoinTablesRequest( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) : columns_to_match_() @@ -766,7 +750,7 @@ PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT BatchTableRequestDefaultTypeInt } // namespace proto } // namespace deephaven } // namespace io -static ::PROTOBUF_NAMESPACE_ID::Metadata file_level_metadata_deephaven_2fproto_2ftable_2eproto[53]; +static ::PROTOBUF_NAMESPACE_ID::Metadata file_level_metadata_deephaven_2fproto_2ftable_2eproto[52]; static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* file_level_enum_descriptors_deephaven_2fproto_2ftable_2eproto[6]; static constexpr ::PROTOBUF_NAMESPACE_ID::ServiceDescriptor const** file_level_service_descriptors_deephaven_2fproto_2ftable_2eproto = nullptr; @@ -982,17 +966,6 @@ const ::PROTOBUF_NAMESPACE_ID::uint32 TableStruct_deephaven_2fproto_2ftable_2epr PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest, columns_to_match_), PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest, columns_to_add_), ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest, result_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest, left_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest, right_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest, columns_to_match_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest, columns_to_add_), - ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ @@ -1282,7 +1255,6 @@ const ::PROTOBUF_NAMESPACE_ID::uint32 TableStruct_deephaven_2fproto_2ftable_2epr ::PROTOBUF_NAMESPACE_ID::internal::kInvalidFieldOffsetTag, ::PROTOBUF_NAMESPACE_ID::internal::kInvalidFieldOffsetTag, ::PROTOBUF_NAMESPACE_ID::internal::kInvalidFieldOffsetTag, - ::PROTOBUF_NAMESPACE_ID::internal::kInvalidFieldOffsetTag, PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::BatchTableRequest_Operation, op_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::BatchTableRequest, _internal_metadata_), @@ -1316,36 +1288,35 @@ static const ::PROTOBUF_NAMESPACE_ID::internal::MigrationSchema schemas[] PROTOB { 176, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::CrossJoinTablesRequest)}, { 188, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::NaturalJoinTablesRequest)}, { 199, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest)}, - { 210, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest)}, - { 221, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest)}, - { 233, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::ComboAggregateRequest_Aggregate)}, - { 244, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::ComboAggregateRequest)}, - { 255, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::SortDescriptor)}, - { 264, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::SortTableRequest)}, - { 273, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::FilterTableRequest)}, - { 282, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::Reference)}, - { 289, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::Literal)}, - { 301, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::Value)}, - { 310, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::Condition)}, - { 327, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::AndCondition)}, - { 334, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::OrCondition)}, - { 341, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::NotCondition)}, - { 348, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::CompareCondition)}, - { 358, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::InCondition)}, - { 368, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::InvokeCondition)}, - { 377, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::IsNullCondition)}, - { 384, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::MatchesCondition)}, - { 394, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::ContainsCondition)}, - { 404, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::SearchCondition)}, - { 412, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::FlattenRequest)}, - { 420, 428, -1, sizeof(::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest_ZoomRange)}, - { 430, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest)}, - { 442, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryAppendOnly)}, - { 448, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryKeyBacked)}, - { 455, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind)}, - { 464, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::CreateInputTableRequest)}, - { 475, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::BatchTableRequest_Operation)}, - { 513, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::BatchTableRequest)}, + { 210, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest)}, + { 222, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::ComboAggregateRequest_Aggregate)}, + { 233, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::ComboAggregateRequest)}, + { 244, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::SortDescriptor)}, + { 253, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::SortTableRequest)}, + { 262, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::FilterTableRequest)}, + { 271, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::Reference)}, + { 278, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::Literal)}, + { 290, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::Value)}, + { 299, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::Condition)}, + { 316, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::AndCondition)}, + { 323, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::OrCondition)}, + { 330, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::NotCondition)}, + { 337, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::CompareCondition)}, + { 347, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::InCondition)}, + { 357, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::InvokeCondition)}, + { 366, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::IsNullCondition)}, + { 373, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::MatchesCondition)}, + { 383, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::ContainsCondition)}, + { 393, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::SearchCondition)}, + { 401, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::FlattenRequest)}, + { 409, 417, -1, sizeof(::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest_ZoomRange)}, + { 419, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest)}, + { 431, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryAppendOnly)}, + { 437, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryKeyBacked)}, + { 444, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind)}, + { 453, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::CreateInputTableRequest)}, + { 464, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::BatchTableRequest_Operation)}, + { 501, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::BatchTableRequest)}, }; static ::PROTOBUF_NAMESPACE_ID::Message const * const file_default_instances[] = { @@ -1372,7 +1343,6 @@ static ::PROTOBUF_NAMESPACE_ID::Message const * const file_default_instances[] = reinterpret_cast(&::io::deephaven::proto::backplane::grpc::_CrossJoinTablesRequest_default_instance_), reinterpret_cast(&::io::deephaven::proto::backplane::grpc::_NaturalJoinTablesRequest_default_instance_), reinterpret_cast(&::io::deephaven::proto::backplane::grpc::_ExactJoinTablesRequest_default_instance_), - reinterpret_cast(&::io::deephaven::proto::backplane::grpc::_LeftJoinTablesRequest_default_instance_), reinterpret_cast(&::io::deephaven::proto::backplane::grpc::_AsOfJoinTablesRequest_default_instance_), reinterpret_cast(&::io::deephaven::proto::backplane::grpc::_ComboAggregateRequest_Aggregate_default_instance_), reinterpret_cast(&::io::deephaven::proto::backplane::grpc::_ComboAggregateRequest_default_instance_), @@ -1507,358 +1477,345 @@ const char descriptor_table_protodef_deephaven_2fproto_2ftable_2eproto[] PROTOBU "ference\022C\n\010right_id\030\003 \001(\01321.io.deephaven" ".proto.backplane.grpc.TableReference\022\030\n\020" "columns_to_match\030\004 \003(\t\022\026\n\016columns_to_add" - "\030\005 \003(\t\"\220\002\n\025LeftJoinTablesRequest\022<\n\tresu" + "\030\005 \003(\t\"\311\003\n\025AsOfJoinTablesRequest\022<\n\tresu" "lt_id\030\001 \001(\0132).io.deephaven.proto.backpla" "ne.grpc.Ticket\022B\n\007left_id\030\002 \001(\01321.io.dee" "phaven.proto.backplane.grpc.TableReferen" "ce\022C\n\010right_id\030\003 \001(\01321.io.deephaven.prot" "o.backplane.grpc.TableReference\022\030\n\020colum" "ns_to_match\030\004 \003(\t\022\026\n\016columns_to_add\030\005 \003(" - "\t\"\311\003\n\025AsOfJoinTablesRequest\022<\n\tresult_id" - "\030\001 \001(\0132).io.deephaven.proto.backplane.gr" - "pc.Ticket\022B\n\007left_id\030\002 \001(\01321.io.deephave" - "n.proto.backplane.grpc.TableReference\022C\n" - "\010right_id\030\003 \001(\01321.io.deephaven.proto.bac" - "kplane.grpc.TableReference\022\030\n\020columns_to" - "_match\030\004 \003(\t\022\026\n\016columns_to_add\030\005 \003(\t\022\\\n\020" - "as_of_match_rule\030\007 \001(\0162B.io.deephaven.pr" - "oto.backplane.grpc.AsOfJoinTablesRequest" - ".MatchRule\"Y\n\tMatchRule\022\023\n\017LESS_THAN_EQU" - "AL\020\000\022\r\n\tLESS_THAN\020\001\022\026\n\022GREATER_THAN_EQUA" - "L\020\002\022\020\n\014GREATER_THAN\020\003\"\372\004\n\025ComboAggregate" - "Request\022<\n\tresult_id\030\001 \001(\0132).io.deephave" - "n.proto.backplane.grpc.Ticket\022D\n\tsource_" - "id\030\002 \001(\01321.io.deephaven.proto.backplane." - "grpc.TableReference\022V\n\naggregates\030\003 \003(\0132" - "B.io.deephaven.proto.backplane.grpc.Comb" - "oAggregateRequest.Aggregate\022\030\n\020group_by_" - "columns\030\004 \003(\t\022\023\n\013force_combo\030\005 \001(\010\032\255\001\n\tA" - "ggregate\022N\n\004type\030\001 \001(\0162@.io.deephaven.pr" - "oto.backplane.grpc.ComboAggregateRequest" - ".AggType\022\023\n\013match_pairs\030\002 \003(\t\022\023\n\013column_" - "name\030\003 \001(\t\022\022\n\npercentile\030\004 \001(\001\022\022\n\navg_me" - "dian\030\005 \001(\010\"\245\001\n\007AggType\022\007\n\003SUM\020\000\022\013\n\007ABS_S" - "UM\020\001\022\t\n\005GROUP\020\002\022\007\n\003AVG\020\003\022\t\n\005COUNT\020\004\022\t\n\005F" - "IRST\020\005\022\010\n\004LAST\020\006\022\007\n\003MIN\020\007\022\007\n\003MAX\020\010\022\n\n\006ME" - "DIAN\020\t\022\016\n\nPERCENTILE\020\n\022\007\n\003STD\020\013\022\007\n\003VAR\020\014" - "\022\020\n\014WEIGHTED_AVG\020\r\"\341\001\n\016SortDescriptor\022\023\n" - "\013column_name\030\001 \001(\t\022\023\n\013is_absolute\030\002 \001(\010\022" - "R\n\tdirection\030\003 \001(\0162\?.io.deephaven.proto." - "backplane.grpc.SortDescriptor.SortDirect" - "ion\"Q\n\rSortDirection\022\013\n\007UNKNOWN\020\000\022\027\n\nDES" - "CENDING\020\377\377\377\377\377\377\377\377\377\001\022\r\n\tASCENDING\020\001\022\013\n\007REV" - "ERSE\020\002\"\330\001\n\020SortTableRequest\022<\n\tresult_id" - "\030\001 \001(\0132).io.deephaven.proto.backplane.gr" - "pc.Ticket\022D\n\tsource_id\030\002 \001(\01321.io.deepha" - "ven.proto.backplane.grpc.TableReference\022" - "@\n\005sorts\030\003 \003(\01321.io.deephaven.proto.back" - "plane.grpc.SortDescriptor\"\327\001\n\022FilterTabl" - "eRequest\022<\n\tresult_id\030\001 \001(\0132).io.deephav" - "en.proto.backplane.grpc.Ticket\022D\n\tsource" - "_id\030\002 \001(\01321.io.deephaven.proto.backplane" - ".grpc.TableReference\022=\n\007filters\030\003 \003(\0132,." - "io.deephaven.proto.backplane.grpc.Condit" - "ion\" \n\tReference\022\023\n\013column_name\030\001 \001(\t\"\221\001" - "\n\007Literal\022\026\n\014string_value\030\001 \001(\tH\000\022\026\n\014dou" - "ble_value\030\002 \001(\001H\000\022\024\n\nbool_value\030\003 \001(\010H\000\022" - "\030\n\nlong_value\030\004 \001(\022B\0020\001H\000\022\035\n\017nano_time_v" - "alue\030\005 \001(\022B\0020\001H\000B\007\n\005value\"\221\001\n\005Value\022A\n\tr" - "eference\030\001 \001(\0132,.io.deephaven.proto.back" - "plane.grpc.ReferenceH\000\022=\n\007literal\030\002 \001(\0132" - "*.io.deephaven.proto.backplane.grpc.Lite" - "ralH\000B\006\n\004data\"\274\005\n\tCondition\022>\n\003and\030\001 \001(\013" - "2/.io.deephaven.proto.backplane.grpc.And" - "ConditionH\000\022<\n\002or\030\002 \001(\0132..io.deephaven.p" - "roto.backplane.grpc.OrConditionH\000\022>\n\003not" - "\030\003 \001(\0132/.io.deephaven.proto.backplane.gr" - "pc.NotConditionH\000\022F\n\007compare\030\004 \001(\01323.io." - "deephaven.proto.backplane.grpc.CompareCo" - "nditionH\000\022<\n\002in\030\005 \001(\0132..io.deephaven.pro" - "to.backplane.grpc.InConditionH\000\022D\n\006invok" - "e\030\006 \001(\01322.io.deephaven.proto.backplane.g" - "rpc.InvokeConditionH\000\022E\n\007is_null\030\007 \001(\01322" - ".io.deephaven.proto.backplane.grpc.IsNul" - "lConditionH\000\022F\n\007matches\030\010 \001(\01323.io.deeph" - "aven.proto.backplane.grpc.MatchesConditi" - "onH\000\022H\n\010contains\030\t \001(\01324.io.deephaven.pr" - "oto.backplane.grpc.ContainsConditionH\000\022D" - "\n\006search\030\n \001(\01322.io.deephaven.proto.back" - "plane.grpc.SearchConditionH\000B\006\n\004data\"M\n\014" - "AndCondition\022=\n\007filters\030\001 \003(\0132,.io.deeph" - "aven.proto.backplane.grpc.Condition\"L\n\013O" - "rCondition\022=\n\007filters\030\001 \003(\0132,.io.deephav" - "en.proto.backplane.grpc.Condition\"L\n\014Not" - "Condition\022<\n\006filter\030\001 \001(\0132,.io.deephaven" - ".proto.backplane.grpc.Condition\"\254\003\n\020Comp" - "areCondition\022W\n\toperation\030\001 \001(\0162D.io.dee" - "phaven.proto.backplane.grpc.CompareCondi" - "tion.CompareOperation\022L\n\020case_sensitivit" - "y\030\002 \001(\01622.io.deephaven.proto.backplane.g" - "rpc.CaseSensitivity\0225\n\003lhs\030\003 \001(\0132(.io.de" - "ephaven.proto.backplane.grpc.Value\0225\n\003rh" - "s\030\004 \001(\0132(.io.deephaven.proto.backplane.g" - "rpc.Value\"\202\001\n\020CompareOperation\022\r\n\tLESS_T" - "HAN\020\000\022\026\n\022LESS_THAN_OR_EQUAL\020\001\022\020\n\014GREATER" - "_THAN\020\002\022\031\n\025GREATER_THAN_OR_EQUAL\020\003\022\n\n\006EQ" - "UALS\020\004\022\016\n\nNOT_EQUALS\020\005\"\225\002\n\013InCondition\0228" - "\n\006target\030\001 \001(\0132(.io.deephaven.proto.back" - "plane.grpc.Value\022<\n\ncandidates\030\002 \003(\0132(.i" - "o.deephaven.proto.backplane.grpc.Value\022L" - "\n\020case_sensitivity\030\003 \001(\01622.io.deephaven." - "proto.backplane.grpc.CaseSensitivity\022@\n\n" - "match_type\030\004 \001(\0162,.io.deephaven.proto.ba" - "ckplane.grpc.MatchType\"\230\001\n\017InvokeConditi" - "on\022\016\n\006method\030\001 \001(\t\0228\n\006target\030\002 \001(\0132(.io." - "deephaven.proto.backplane.grpc.Value\022;\n\t" - "arguments\030\003 \003(\0132(.io.deephaven.proto.bac" - "kplane.grpc.Value\"R\n\017IsNullCondition\022\?\n\t" - "reference\030\001 \001(\0132,.io.deephaven.proto.bac" - "kplane.grpc.Reference\"\362\001\n\020MatchesConditi" - "on\022\?\n\treference\030\001 \001(\0132,.io.deephaven.pro" - "to.backplane.grpc.Reference\022\r\n\005regex\030\002 \001" - "(\t\022L\n\020case_sensitivity\030\003 \001(\01622.io.deepha" - "ven.proto.backplane.grpc.CaseSensitivity" - "\022@\n\nmatch_type\030\004 \001(\0162,.io.deephaven.prot" - "o.backplane.grpc.MatchType\"\373\001\n\021ContainsC" - "ondition\022\?\n\treference\030\001 \001(\0132,.io.deephav" - "en.proto.backplane.grpc.Reference\022\025\n\rsea" - "rch_string\030\002 \001(\t\022L\n\020case_sensitivity\030\003 \001" - "(\01622.io.deephaven.proto.backplane.grpc.C" - "aseSensitivity\022@\n\nmatch_type\030\004 \001(\0162,.io." - "deephaven.proto.backplane.grpc.MatchType" - "\"s\n\017SearchCondition\022\025\n\rsearch_string\030\001 \001" - "(\t\022I\n\023optional_references\030\002 \003(\0132,.io.dee" - "phaven.proto.backplane.grpc.Reference\"\224\001" - "\n\016FlattenRequest\022<\n\tresult_id\030\001 \001(\0132).io" - ".deephaven.proto.backplane.grpc.Ticket\022D" - "\n\tsource_id\030\002 \001(\01321.io.deephaven.proto.b" - "ackplane.grpc.TableReference\"\264\003\n\031RunChar" - "tDownsampleRequest\022<\n\tresult_id\030\001 \001(\0132)." - "io.deephaven.proto.backplane.grpc.Ticket" - "\022D\n\tsource_id\030\002 \001(\01321.io.deephaven.proto" - ".backplane.grpc.TableReference\022\023\n\013pixel_" - "count\030\003 \001(\005\022Z\n\nzoom_range\030\004 \001(\0132F.io.dee" - "phaven.proto.backplane.grpc.RunChartDown" - "sampleRequest.ZoomRange\022\025\n\rx_column_name" - "\030\005 \001(\t\022\026\n\016y_column_names\030\006 \003(\t\032s\n\tZoomRa" - "nge\022\037\n\016min_date_nanos\030\001 \001(\003B\0020\001H\000\210\001\001\022\037\n\016" - "max_date_nanos\030\002 \001(\003B\0020\001H\001\210\001\001B\021\n\017_min_da" - "te_nanosB\021\n\017_max_date_nanos\"\365\004\n\027CreateIn" - "putTableRequest\022<\n\tresult_id\030\001 \001(\0132).io." - "deephaven.proto.backplane.grpc.Ticket\022L\n" - "\017source_table_id\030\002 \001(\01321.io.deephaven.pr" - "oto.backplane.grpc.TableReferenceH\000\022\020\n\006s" - "chema\030\003 \001(\014H\000\022W\n\004kind\030\004 \001(\0132I.io.deephav" - "en.proto.backplane.grpc.CreateInputTable" - "Request.InputTableKind\032\324\002\n\016InputTableKin" - "d\022}\n\025in_memory_append_only\030\001 \001(\0132\\.io.de" + "\t\022\\\n\020as_of_match_rule\030\007 \001(\0162B.io.deephav" + "en.proto.backplane.grpc.AsOfJoinTablesRe" + "quest.MatchRule\"Y\n\tMatchRule\022\023\n\017LESS_THA" + "N_EQUAL\020\000\022\r\n\tLESS_THAN\020\001\022\026\n\022GREATER_THAN" + "_EQUAL\020\002\022\020\n\014GREATER_THAN\020\003\"\372\004\n\025ComboAggr" + "egateRequest\022<\n\tresult_id\030\001 \001(\0132).io.dee" + "phaven.proto.backplane.grpc.Ticket\022D\n\tso" + "urce_id\030\002 \001(\01321.io.deephaven.proto.backp" + "lane.grpc.TableReference\022V\n\naggregates\030\003" + " \003(\0132B.io.deephaven.proto.backplane.grpc" + ".ComboAggregateRequest.Aggregate\022\030\n\020grou" + "p_by_columns\030\004 \003(\t\022\023\n\013force_combo\030\005 \001(\010\032" + "\255\001\n\tAggregate\022N\n\004type\030\001 \001(\0162@.io.deephav" + "en.proto.backplane.grpc.ComboAggregateRe" + "quest.AggType\022\023\n\013match_pairs\030\002 \003(\t\022\023\n\013co" + "lumn_name\030\003 \001(\t\022\022\n\npercentile\030\004 \001(\001\022\022\n\na" + "vg_median\030\005 \001(\010\"\245\001\n\007AggType\022\007\n\003SUM\020\000\022\013\n\007" + "ABS_SUM\020\001\022\t\n\005GROUP\020\002\022\007\n\003AVG\020\003\022\t\n\005COUNT\020\004" + "\022\t\n\005FIRST\020\005\022\010\n\004LAST\020\006\022\007\n\003MIN\020\007\022\007\n\003MAX\020\010\022" + "\n\n\006MEDIAN\020\t\022\016\n\nPERCENTILE\020\n\022\007\n\003STD\020\013\022\007\n\003" + "VAR\020\014\022\020\n\014WEIGHTED_AVG\020\r\"\341\001\n\016SortDescript" + "or\022\023\n\013column_name\030\001 \001(\t\022\023\n\013is_absolute\030\002" + " \001(\010\022R\n\tdirection\030\003 \001(\0162\?.io.deephaven.p" + "roto.backplane.grpc.SortDescriptor.SortD" + "irection\"Q\n\rSortDirection\022\013\n\007UNKNOWN\020\000\022\027" + "\n\nDESCENDING\020\377\377\377\377\377\377\377\377\377\001\022\r\n\tASCENDING\020\001\022\013" + "\n\007REVERSE\020\002\"\330\001\n\020SortTableRequest\022<\n\tresu" + "lt_id\030\001 \001(\0132).io.deephaven.proto.backpla" + "ne.grpc.Ticket\022D\n\tsource_id\030\002 \001(\01321.io.d" + "eephaven.proto.backplane.grpc.TableRefer" + "ence\022@\n\005sorts\030\003 \003(\01321.io.deephaven.proto" + ".backplane.grpc.SortDescriptor\"\327\001\n\022Filte" + "rTableRequest\022<\n\tresult_id\030\001 \001(\0132).io.de" + "ephaven.proto.backplane.grpc.Ticket\022D\n\ts" + "ource_id\030\002 \001(\01321.io.deephaven.proto.back" + "plane.grpc.TableReference\022=\n\007filters\030\003 \003" + "(\0132,.io.deephaven.proto.backplane.grpc.C" + "ondition\" \n\tReference\022\023\n\013column_name\030\001 \001" + "(\t\"\221\001\n\007Literal\022\026\n\014string_value\030\001 \001(\tH\000\022\026" + "\n\014double_value\030\002 \001(\001H\000\022\024\n\nbool_value\030\003 \001" + "(\010H\000\022\030\n\nlong_value\030\004 \001(\022B\0020\001H\000\022\035\n\017nano_t" + "ime_value\030\005 \001(\022B\0020\001H\000B\007\n\005value\"\221\001\n\005Value" + "\022A\n\treference\030\001 \001(\0132,.io.deephaven.proto" + ".backplane.grpc.ReferenceH\000\022=\n\007literal\030\002" + " \001(\0132*.io.deephaven.proto.backplane.grpc" + ".LiteralH\000B\006\n\004data\"\274\005\n\tCondition\022>\n\003and\030" + "\001 \001(\0132/.io.deephaven.proto.backplane.grp" + "c.AndConditionH\000\022<\n\002or\030\002 \001(\0132..io.deepha" + "ven.proto.backplane.grpc.OrConditionH\000\022>" + "\n\003not\030\003 \001(\0132/.io.deephaven.proto.backpla" + "ne.grpc.NotConditionH\000\022F\n\007compare\030\004 \001(\0132" + "3.io.deephaven.proto.backplane.grpc.Comp" + "areConditionH\000\022<\n\002in\030\005 \001(\0132..io.deephave" + "n.proto.backplane.grpc.InConditionH\000\022D\n\006" + "invoke\030\006 \001(\01322.io.deephaven.proto.backpl" + "ane.grpc.InvokeConditionH\000\022E\n\007is_null\030\007 " + "\001(\01322.io.deephaven.proto.backplane.grpc." + "IsNullConditionH\000\022F\n\007matches\030\010 \001(\01323.io." + "deephaven.proto.backplane.grpc.MatchesCo" + "nditionH\000\022H\n\010contains\030\t \001(\01324.io.deephav" + "en.proto.backplane.grpc.ContainsConditio" + "nH\000\022D\n\006search\030\n \001(\01322.io.deephaven.proto" + ".backplane.grpc.SearchConditionH\000B\006\n\004dat" + "a\"M\n\014AndCondition\022=\n\007filters\030\001 \003(\0132,.io." + "deephaven.proto.backplane.grpc.Condition" + "\"L\n\013OrCondition\022=\n\007filters\030\001 \003(\0132,.io.de" + "ephaven.proto.backplane.grpc.Condition\"L" + "\n\014NotCondition\022<\n\006filter\030\001 \001(\0132,.io.deep" + "haven.proto.backplane.grpc.Condition\"\254\003\n" + "\020CompareCondition\022W\n\toperation\030\001 \001(\0162D.i" + "o.deephaven.proto.backplane.grpc.Compare" + "Condition.CompareOperation\022L\n\020case_sensi" + "tivity\030\002 \001(\01622.io.deephaven.proto.backpl" + "ane.grpc.CaseSensitivity\0225\n\003lhs\030\003 \001(\0132(." + "io.deephaven.proto.backplane.grpc.Value\022" + "5\n\003rhs\030\004 \001(\0132(.io.deephaven.proto.backpl" + "ane.grpc.Value\"\202\001\n\020CompareOperation\022\r\n\tL" + "ESS_THAN\020\000\022\026\n\022LESS_THAN_OR_EQUAL\020\001\022\020\n\014GR" + "EATER_THAN\020\002\022\031\n\025GREATER_THAN_OR_EQUAL\020\003\022" + "\n\n\006EQUALS\020\004\022\016\n\nNOT_EQUALS\020\005\"\225\002\n\013InCondit" + "ion\0228\n\006target\030\001 \001(\0132(.io.deephaven.proto" + ".backplane.grpc.Value\022<\n\ncandidates\030\002 \003(" + "\0132(.io.deephaven.proto.backplane.grpc.Va" + "lue\022L\n\020case_sensitivity\030\003 \001(\01622.io.deeph" + "aven.proto.backplane.grpc.CaseSensitivit" + "y\022@\n\nmatch_type\030\004 \001(\0162,.io.deephaven.pro" + "to.backplane.grpc.MatchType\"\230\001\n\017InvokeCo" + "ndition\022\016\n\006method\030\001 \001(\t\0228\n\006target\030\002 \001(\0132" + "(.io.deephaven.proto.backplane.grpc.Valu" + "e\022;\n\targuments\030\003 \003(\0132(.io.deephaven.prot" + "o.backplane.grpc.Value\"R\n\017IsNullConditio" + "n\022\?\n\treference\030\001 \001(\0132,.io.deephaven.prot" + "o.backplane.grpc.Reference\"\362\001\n\020MatchesCo" + "ndition\022\?\n\treference\030\001 \001(\0132,.io.deephave" + "n.proto.backplane.grpc.Reference\022\r\n\005rege" + "x\030\002 \001(\t\022L\n\020case_sensitivity\030\003 \001(\01622.io.d" + "eephaven.proto.backplane.grpc.CaseSensit" + "ivity\022@\n\nmatch_type\030\004 \001(\0162,.io.deephaven" + ".proto.backplane.grpc.MatchType\"\373\001\n\021Cont" + "ainsCondition\022\?\n\treference\030\001 \001(\0132,.io.de" + "ephaven.proto.backplane.grpc.Reference\022\025" + "\n\rsearch_string\030\002 \001(\t\022L\n\020case_sensitivit" + "y\030\003 \001(\01622.io.deephaven.proto.backplane.g" + "rpc.CaseSensitivity\022@\n\nmatch_type\030\004 \001(\0162" + ",.io.deephaven.proto.backplane.grpc.Matc" + "hType\"s\n\017SearchCondition\022\025\n\rsearch_strin" + "g\030\001 \001(\t\022I\n\023optional_references\030\002 \003(\0132,.i" + "o.deephaven.proto.backplane.grpc.Referen" + "ce\"\224\001\n\016FlattenRequest\022<\n\tresult_id\030\001 \001(\013" + "2).io.deephaven.proto.backplane.grpc.Tic" + "ket\022D\n\tsource_id\030\002 \001(\01321.io.deephaven.pr" + "oto.backplane.grpc.TableReference\"\264\003\n\031Ru" + "nChartDownsampleRequest\022<\n\tresult_id\030\001 \001" + "(\0132).io.deephaven.proto.backplane.grpc.T" + "icket\022D\n\tsource_id\030\002 \001(\01321.io.deephaven." + "proto.backplane.grpc.TableReference\022\023\n\013p" + "ixel_count\030\003 \001(\005\022Z\n\nzoom_range\030\004 \001(\0132F.i" + "o.deephaven.proto.backplane.grpc.RunChar" + "tDownsampleRequest.ZoomRange\022\025\n\rx_column" + "_name\030\005 \001(\t\022\026\n\016y_column_names\030\006 \003(\t\032s\n\tZ" + "oomRange\022\037\n\016min_date_nanos\030\001 \001(\003B\0020\001H\000\210\001" + "\001\022\037\n\016max_date_nanos\030\002 \001(\003B\0020\001H\001\210\001\001B\021\n\017_m" + "in_date_nanosB\021\n\017_max_date_nanos\"\365\004\n\027Cre" + "ateInputTableRequest\022<\n\tresult_id\030\001 \001(\0132" + ").io.deephaven.proto.backplane.grpc.Tick" + "et\022L\n\017source_table_id\030\002 \001(\01321.io.deephav" + "en.proto.backplane.grpc.TableReferenceH\000" + "\022\020\n\006schema\030\003 \001(\014H\000\022W\n\004kind\030\004 \001(\0132I.io.de" "ephaven.proto.backplane.grpc.CreateInput" - "TableRequest.InputTableKind.InMemoryAppe" - "ndOnlyH\000\022{\n\024in_memory_key_backed\030\002 \001(\0132[" - ".io.deephaven.proto.backplane.grpc.Creat" - "eInputTableRequest.InputTableKind.InMemo" - "ryKeyBackedH\000\032\024\n\022InMemoryAppendOnly\032(\n\021I" - "nMemoryKeyBacked\022\023\n\013key_columns\030\001 \003(\tB\006\n" - "\004kindB\014\n\ndefinition\"\221\024\n\021BatchTableReques" - "t\022K\n\003ops\030\001 \003(\0132>.io.deephaven.proto.back" - "plane.grpc.BatchTableRequest.Operation\032\256" - "\023\n\tOperation\022K\n\013empty_table\030\001 \001(\01324.io.d" - "eephaven.proto.backplane.grpc.EmptyTable" - "RequestH\000\022I\n\ntime_table\030\002 \001(\01323.io.deeph" - "aven.proto.backplane.grpc.TimeTableReque" - "stH\000\022M\n\014drop_columns\030\003 \001(\01325.io.deephave" - "n.proto.backplane.grpc.DropColumnsReques" - "tH\000\022J\n\006update\030\004 \001(\01328.io.deephaven.proto" + "TableRequest.InputTableKind\032\324\002\n\016InputTab" + "leKind\022}\n\025in_memory_append_only\030\001 \001(\0132\\." + "io.deephaven.proto.backplane.grpc.Create" + "InputTableRequest.InputTableKind.InMemor" + "yAppendOnlyH\000\022{\n\024in_memory_key_backed\030\002 " + "\001(\0132[.io.deephaven.proto.backplane.grpc." + "CreateInputTableRequest.InputTableKind.I" + "nMemoryKeyBackedH\000\032\024\n\022InMemoryAppendOnly" + "\032(\n\021InMemoryKeyBacked\022\023\n\013key_columns\030\001 \003" + "(\tB\006\n\004kindB\014\n\ndefinition\"\302\023\n\021BatchTableR" + "equest\022K\n\003ops\030\001 \003(\0132>.io.deephaven.proto" + ".backplane.grpc.BatchTableRequest.Operat" + "ion\032\337\022\n\tOperation\022K\n\013empty_table\030\001 \001(\01324" + ".io.deephaven.proto.backplane.grpc.Empty" + "TableRequestH\000\022I\n\ntime_table\030\002 \001(\01323.io." + "deephaven.proto.backplane.grpc.TimeTable" + "RequestH\000\022M\n\014drop_columns\030\003 \001(\01325.io.dee" + "phaven.proto.backplane.grpc.DropColumnsR" + "equestH\000\022J\n\006update\030\004 \001(\01328.io.deephaven." + "proto.backplane.grpc.SelectOrUpdateReque" + "stH\000\022O\n\013lazy_update\030\005 \001(\01328.io.deephaven" + ".proto.backplane.grpc.SelectOrUpdateRequ" + "estH\000\022H\n\004view\030\006 \001(\01328.io.deephaven.proto" ".backplane.grpc.SelectOrUpdateRequestH\000\022" - "O\n\013lazy_update\030\005 \001(\01328.io.deephaven.prot" + "O\n\013update_view\030\007 \001(\01328.io.deephaven.prot" "o.backplane.grpc.SelectOrUpdateRequestH\000" - "\022H\n\004view\030\006 \001(\01328.io.deephaven.proto.back" - "plane.grpc.SelectOrUpdateRequestH\000\022O\n\013up" - "date_view\030\007 \001(\01328.io.deephaven.proto.bac" - "kplane.grpc.SelectOrUpdateRequestH\000\022J\n\006s" - "elect\030\010 \001(\01328.io.deephaven.proto.backpla" - "ne.grpc.SelectOrUpdateRequestH\000\022S\n\017selec" - "t_distinct\030\t \001(\01328.io.deephaven.proto.ba" - "ckplane.grpc.SelectDistinctRequestH\000\022G\n\006" - "filter\030\n \001(\01325.io.deephaven.proto.backpl" - "ane.grpc.FilterTableRequestH\000\022`\n\023unstruc" - "tured_filter\030\013 \001(\0132A.io.deephaven.proto." - "backplane.grpc.UnstructuredFilterTableRe" - "questH\000\022C\n\004sort\030\014 \001(\01323.io.deephaven.pro" - "to.backplane.grpc.SortTableRequestH\000\022D\n\004" - "head\030\r \001(\01324.io.deephaven.proto.backplan" - "e.grpc.HeadOrTailRequestH\000\022D\n\004tail\030\016 \001(\013" - "24.io.deephaven.proto.backplane.grpc.Hea" - "dOrTailRequestH\000\022I\n\007head_by\030\017 \001(\01326.io.d" + "\022J\n\006select\030\010 \001(\01328.io.deephaven.proto.ba" + "ckplane.grpc.SelectOrUpdateRequestH\000\022S\n\017" + "select_distinct\030\t \001(\01328.io.deephaven.pro" + "to.backplane.grpc.SelectDistinctRequestH" + "\000\022G\n\006filter\030\n \001(\01325.io.deephaven.proto.b" + "ackplane.grpc.FilterTableRequestH\000\022`\n\023un" + "structured_filter\030\013 \001(\0132A.io.deephaven.p" + "roto.backplane.grpc.UnstructuredFilterTa" + "bleRequestH\000\022C\n\004sort\030\014 \001(\01323.io.deephave" + "n.proto.backplane.grpc.SortTableRequestH" + "\000\022D\n\004head\030\r \001(\01324.io.deephaven.proto.bac" + "kplane.grpc.HeadOrTailRequestH\000\022D\n\004tail\030" + "\016 \001(\01324.io.deephaven.proto.backplane.grp" + "c.HeadOrTailRequestH\000\022I\n\007head_by\030\017 \001(\01326" + ".io.deephaven.proto.backplane.grpc.HeadO" + "rTailByRequestH\000\022I\n\007tail_by\030\020 \001(\01326.io.d" "eephaven.proto.backplane.grpc.HeadOrTail" - "ByRequestH\000\022I\n\007tail_by\030\020 \001(\01326.io.deepha" - "ven.proto.backplane.grpc.HeadOrTailByReq" - "uestH\000\022D\n\007ungroup\030\021 \001(\01321.io.deephaven.p" - "roto.backplane.grpc.UngroupRequestH\000\022F\n\005" - "merge\030\022 \001(\01325.io.deephaven.proto.backpla" - "ne.grpc.MergeTablesRequestH\000\022S\n\017combo_ag" - "gregate\030\023 \001(\01328.io.deephaven.proto.backp" - "lane.grpc.ComboAggregateRequestH\000\022K\n\010sna" - "pshot\030\024 \001(\01327.io.deephaven.proto.backpla" - "ne.grpc.SnapshotTableRequestH\000\022D\n\007flatte" - "n\030\025 \001(\01321.io.deephaven.proto.backplane.g" - "rpc.FlattenRequestH\000\022\\\n\024run_chart_downsa" - "mple\030\026 \001(\0132<.io.deephaven.proto.backplan" - "e.grpc.RunChartDownsampleRequestH\000\022O\n\ncr" - "oss_join\030\027 \001(\01329.io.deephaven.proto.back" - "plane.grpc.CrossJoinTablesRequestH\000\022S\n\014n" - "atural_join\030\030 \001(\0132;.io.deephaven.proto.b" - "ackplane.grpc.NaturalJoinTablesRequestH\000" - "\022O\n\nexact_join\030\031 \001(\01329.io.deephaven.prot" - "o.backplane.grpc.ExactJoinTablesRequestH" - "\000\022M\n\tleft_join\030\032 \001(\01328.io.deephaven.prot" - "o.backplane.grpc.LeftJoinTablesRequestH\000" - "\022N\n\nas_of_join\030\033 \001(\01328.io.deephaven.prot" - "o.backplane.grpc.AsOfJoinTablesRequestH\000" - "\022K\n\013fetch_table\030\034 \001(\01324.io.deephaven.pro" - "to.backplane.grpc.FetchTableRequestH\000\022X\n" - "\022fetch_pandas_table\030\035 \001(\0132:.io.deephaven" - ".proto.backplane.grpc.FetchPandasTableRe" - "questH\000\022^\n\025apply_preview_columns\030\036 \001(\0132=" - ".io.deephaven.proto.backplane.grpc.Apply" - "PreviewColumnsRequestH\000\022X\n\022create_input_" - "table\030\037 \001(\0132:.io.deephaven.proto.backpla" - "ne.grpc.CreateInputTableRequestH\000B\004\n\002op*" - "2\n\017CaseSensitivity\022\016\n\nMATCH_CASE\020\000\022\017\n\013IG" - "NORE_CASE\020\001*&\n\tMatchType\022\013\n\007REGULAR\020\000\022\014\n" - "\010INVERTED\020\0012\325&\n\014TableService\022\221\001\n GetExpo" - "rtedTableCreationResponse\022).io.deephaven" - ".proto.backplane.grpc.Ticket\032@.io.deepha" - "ven.proto.backplane.grpc.ExportedTableCr" - "eationResponse\"\000\022\206\001\n\nFetchTable\0224.io.dee" - "phaven.proto.backplane.grpc.FetchTableRe" - "quest\032@.io.deephaven.proto.backplane.grp" - "c.ExportedTableCreationResponse\"\000\022\222\001\n\020Fe" - "tchPandasTable\022:.io.deephaven.proto.back" - "plane.grpc.FetchPandasTableRequest\032@.io." + "ByRequestH\000\022D\n\007ungroup\030\021 \001(\01321.io.deepha" + "ven.proto.backplane.grpc.UngroupRequestH" + "\000\022F\n\005merge\030\022 \001(\01325.io.deephaven.proto.ba" + "ckplane.grpc.MergeTablesRequestH\000\022S\n\017com" + "bo_aggregate\030\023 \001(\01328.io.deephaven.proto." + "backplane.grpc.ComboAggregateRequestH\000\022K" + "\n\010snapshot\030\024 \001(\01327.io.deephaven.proto.ba" + "ckplane.grpc.SnapshotTableRequestH\000\022D\n\007f" + "latten\030\025 \001(\01321.io.deephaven.proto.backpl" + "ane.grpc.FlattenRequestH\000\022\\\n\024run_chart_d" + "ownsample\030\026 \001(\0132<.io.deephaven.proto.bac" + "kplane.grpc.RunChartDownsampleRequestH\000\022" + "O\n\ncross_join\030\027 \001(\01329.io.deephaven.proto" + ".backplane.grpc.CrossJoinTablesRequestH\000" + "\022S\n\014natural_join\030\030 \001(\0132;.io.deephaven.pr" + "oto.backplane.grpc.NaturalJoinTablesRequ" + "estH\000\022O\n\nexact_join\030\031 \001(\01329.io.deephaven" + ".proto.backplane.grpc.ExactJoinTablesReq" + "uestH\000\022N\n\nas_of_join\030\032 \001(\01328.io.deephave" + "n.proto.backplane.grpc.AsOfJoinTablesReq" + "uestH\000\022K\n\013fetch_table\030\033 \001(\01324.io.deephav" + "en.proto.backplane.grpc.FetchTableReques" + "tH\000\022X\n\022fetch_pandas_table\030\034 \001(\0132:.io.dee" + "phaven.proto.backplane.grpc.FetchPandasT" + "ableRequestH\000\022^\n\025apply_preview_columns\030\035" + " \001(\0132=.io.deephaven.proto.backplane.grpc" + ".ApplyPreviewColumnsRequestH\000\022X\n\022create_" + "input_table\030\036 \001(\0132:.io.deephaven.proto.b" + "ackplane.grpc.CreateInputTableRequestH\000B" + "\004\n\002op*2\n\017CaseSensitivity\022\016\n\nMATCH_CASE\020\000" + "\022\017\n\013IGNORE_CASE\020\001*&\n\tMatchType\022\013\n\007REGULA" + "R\020\000\022\014\n\010INVERTED\020\0012\304%\n\014TableService\022\221\001\n G" + "etExportedTableCreationResponse\022).io.dee" + "phaven.proto.backplane.grpc.Ticket\032@.io." "deephaven.proto.backplane.grpc.ExportedT" - "ableCreationResponse\"\000\022\204\001\n\rFetchTableMap" - "\0227.io.deephaven.proto.backplane.grpc.Fet" - "chTableMapRequest\0328.io.deephaven.proto.b" - "ackplane.grpc.FetchTableMapResponse\"\000\022\230\001" - "\n\023ApplyPreviewColumns\022=.io.deephaven.pro" - "to.backplane.grpc.ApplyPreviewColumnsReq" - "uest\032@.io.deephaven.proto.backplane.grpc" - ".ExportedTableCreationResponse\"\000\022\206\001\n\nEmp" - "tyTable\0224.io.deephaven.proto.backplane.g" - "rpc.EmptyTableRequest\032@.io.deephaven.pro" + "ableCreationResponse\"\000\022\206\001\n\nFetchTable\0224." + "io.deephaven.proto.backplane.grpc.FetchT" + "ableRequest\032@.io.deephaven.proto.backpla" + "ne.grpc.ExportedTableCreationResponse\"\000\022" + "\222\001\n\020FetchPandasTable\022:.io.deephaven.prot" + "o.backplane.grpc.FetchPandasTableRequest" + "\032@.io.deephaven.proto.backplane.grpc.Exp" + "ortedTableCreationResponse\"\000\022\204\001\n\rFetchTa" + "bleMap\0227.io.deephaven.proto.backplane.gr" + "pc.FetchTableMapRequest\0328.io.deephaven.p" + "roto.backplane.grpc.FetchTableMapRespons" + "e\"\000\022\230\001\n\023ApplyPreviewColumns\022=.io.deephav" + "en.proto.backplane.grpc.ApplyPreviewColu" + "mnsRequest\032@.io.deephaven.proto.backplan" + "e.grpc.ExportedTableCreationResponse\"\000\022\206" + "\001\n\nEmptyTable\0224.io.deephaven.proto.backp" + "lane.grpc.EmptyTableRequest\032@.io.deephav" + "en.proto.backplane.grpc.ExportedTableCre" + "ationResponse\"\000\022\204\001\n\tTimeTable\0223.io.deeph" + "aven.proto.backplane.grpc.TimeTableReque" + "st\032@.io.deephaven.proto.backplane.grpc.E" + "xportedTableCreationResponse\"\000\022\210\001\n\013DropC" + "olumns\0225.io.deephaven.proto.backplane.gr" + "pc.DropColumnsRequest\032@.io.deephaven.pro" "to.backplane.grpc.ExportedTableCreationR" - "esponse\"\000\022\204\001\n\tTimeTable\0223.io.deephaven.p" - "roto.backplane.grpc.TimeTableRequest\032@.i" - "o.deephaven.proto.backplane.grpc.Exporte" - "dTableCreationResponse\"\000\022\210\001\n\013DropColumns" - "\0225.io.deephaven.proto.backplane.grpc.Dro" - "pColumnsRequest\032@.io.deephaven.proto.bac" + "esponse\"\000\022\206\001\n\006Update\0228.io.deephaven.prot" + "o.backplane.grpc.SelectOrUpdateRequest\032@" + ".io.deephaven.proto.backplane.grpc.Expor" + "tedTableCreationResponse\"\000\022\212\001\n\nLazyUpdat" + "e\0228.io.deephaven.proto.backplane.grpc.Se" + "lectOrUpdateRequest\032@.io.deephaven.proto" + ".backplane.grpc.ExportedTableCreationRes" + "ponse\"\000\022\204\001\n\004View\0228.io.deephaven.proto.ba" + "ckplane.grpc.SelectOrUpdateRequest\032@.io." + "deephaven.proto.backplane.grpc.ExportedT" + "ableCreationResponse\"\000\022\212\001\n\nUpdateView\0228." + "io.deephaven.proto.backplane.grpc.Select" + "OrUpdateRequest\032@.io.deephaven.proto.bac" "kplane.grpc.ExportedTableCreationRespons" - "e\"\000\022\206\001\n\006Update\0228.io.deephaven.proto.back" + "e\"\000\022\206\001\n\006Select\0228.io.deephaven.proto.back" "plane.grpc.SelectOrUpdateRequest\032@.io.de" "ephaven.proto.backplane.grpc.ExportedTab" - "leCreationResponse\"\000\022\212\001\n\nLazyUpdate\0228.io" - ".deephaven.proto.backplane.grpc.SelectOr" - "UpdateRequest\032@.io.deephaven.proto.backp" - "lane.grpc.ExportedTableCreationResponse\"" - "\000\022\204\001\n\004View\0228.io.deephaven.proto.backplan" - "e.grpc.SelectOrUpdateRequest\032@.io.deepha" - "ven.proto.backplane.grpc.ExportedTableCr" - "eationResponse\"\000\022\212\001\n\nUpdateView\0228.io.dee" - "phaven.proto.backplane.grpc.SelectOrUpda" - "teRequest\032@.io.deephaven.proto.backplane" - ".grpc.ExportedTableCreationResponse\"\000\022\206\001" - "\n\006Select\0228.io.deephaven.proto.backplane." - "grpc.SelectOrUpdateRequest\032@.io.deephave" - "n.proto.backplane.grpc.ExportedTableCrea" - "tionResponse\"\000\022\216\001\n\016SelectDistinct\0228.io.d" - "eephaven.proto.backplane.grpc.SelectDist" - "inctRequest\032@.io.deephaven.proto.backpla" - "ne.grpc.ExportedTableCreationResponse\"\000\022" - "\203\001\n\006Filter\0225.io.deephaven.proto.backplan" - "e.grpc.FilterTableRequest\032@.io.deephaven" - ".proto.backplane.grpc.ExportedTableCreat" - "ionResponse\"\000\022\233\001\n\022UnstructuredFilter\022A.i" - "o.deephaven.proto.backplane.grpc.Unstruc" - "turedFilterTableRequest\032@.io.deephaven.p" - "roto.backplane.grpc.ExportedTableCreatio" - "nResponse\"\000\022\177\n\004Sort\0223.io.deephaven.proto" - ".backplane.grpc.SortTableRequest\032@.io.de" - "ephaven.proto.backplane.grpc.ExportedTab" - "leCreationResponse\"\000\022\200\001\n\004Head\0224.io.deeph" - "aven.proto.backplane.grpc.HeadOrTailRequ" - "est\032@.io.deephaven.proto.backplane.grpc." - "ExportedTableCreationResponse\"\000\022\200\001\n\004Tail" - "\0224.io.deephaven.proto.backplane.grpc.Hea" - "dOrTailRequest\032@.io.deephaven.proto.back" - "plane.grpc.ExportedTableCreationResponse" - "\"\000\022\204\001\n\006HeadBy\0226.io.deephaven.proto.backp" - "lane.grpc.HeadOrTailByRequest\032@.io.deeph" + "leCreationResponse\"\000\022\216\001\n\016SelectDistinct\022" + "8.io.deephaven.proto.backplane.grpc.Sele" + "ctDistinctRequest\032@.io.deephaven.proto.b" + "ackplane.grpc.ExportedTableCreationRespo" + "nse\"\000\022\203\001\n\006Filter\0225.io.deephaven.proto.ba" + "ckplane.grpc.FilterTableRequest\032@.io.dee" + "phaven.proto.backplane.grpc.ExportedTabl" + "eCreationResponse\"\000\022\233\001\n\022UnstructuredFilt" + "er\022A.io.deephaven.proto.backplane.grpc.U" + "nstructuredFilterTableRequest\032@.io.deeph" "aven.proto.backplane.grpc.ExportedTableC" - "reationResponse\"\000\022\204\001\n\006TailBy\0226.io.deepha" - "ven.proto.backplane.grpc.HeadOrTailByReq" - "uest\032@.io.deephaven.proto.backplane.grpc" - ".ExportedTableCreationResponse\"\000\022\200\001\n\007Ung" - "roup\0221.io.deephaven.proto.backplane.grpc" - ".UngroupRequest\032@.io.deephaven.proto.bac" - "kplane.grpc.ExportedTableCreationRespons" - "e\"\000\022\210\001\n\013MergeTables\0225.io.deephaven.proto" - ".backplane.grpc.MergeTablesRequest\032@.io." - "deephaven.proto.backplane.grpc.ExportedT" - "ableCreationResponse\"\000\022\220\001\n\017CrossJoinTabl" - "es\0229.io.deephaven.proto.backplane.grpc.C" - "rossJoinTablesRequest\032@.io.deephaven.pro" + "reationResponse\"\000\022\177\n\004Sort\0223.io.deephaven" + ".proto.backplane.grpc.SortTableRequest\032@" + ".io.deephaven.proto.backplane.grpc.Expor" + "tedTableCreationResponse\"\000\022\200\001\n\004Head\0224.io" + ".deephaven.proto.backplane.grpc.HeadOrTa" + "ilRequest\032@.io.deephaven.proto.backplane" + ".grpc.ExportedTableCreationResponse\"\000\022\200\001" + "\n\004Tail\0224.io.deephaven.proto.backplane.gr" + "pc.HeadOrTailRequest\032@.io.deephaven.prot" + "o.backplane.grpc.ExportedTableCreationRe" + "sponse\"\000\022\204\001\n\006HeadBy\0226.io.deephaven.proto" + ".backplane.grpc.HeadOrTailByRequest\032@.io" + ".deephaven.proto.backplane.grpc.Exported" + "TableCreationResponse\"\000\022\204\001\n\006TailBy\0226.io." + "deephaven.proto.backplane.grpc.HeadOrTai" + "lByRequest\032@.io.deephaven.proto.backplan" + "e.grpc.ExportedTableCreationResponse\"\000\022\200" + "\001\n\007Ungroup\0221.io.deephaven.proto.backplan" + "e.grpc.UngroupRequest\032@.io.deephaven.pro" "to.backplane.grpc.ExportedTableCreationR" - "esponse\"\000\022\224\001\n\021NaturalJoinTables\022;.io.dee" - "phaven.proto.backplane.grpc.NaturalJoinT" - "ablesRequest\032@.io.deephaven.proto.backpl" - "ane.grpc.ExportedTableCreationResponse\"\000" - "\022\220\001\n\017ExactJoinTables\0229.io.deephaven.prot" - "o.backplane.grpc.ExactJoinTablesRequest\032" - "@.io.deephaven.proto.backplane.grpc.Expo" - "rtedTableCreationResponse\"\000\022\216\001\n\016LeftJoin" - "Tables\0228.io.deephaven.proto.backplane.gr" - "pc.LeftJoinTablesRequest\032@.io.deephaven." - "proto.backplane.grpc.ExportedTableCreati" - "onResponse\"\000\022\216\001\n\016AsOfJoinTables\0228.io.dee" - "phaven.proto.backplane.grpc.AsOfJoinTabl" - "esRequest\032@.io.deephaven.proto.backplane" - ".grpc.ExportedTableCreationResponse\"\000\022\216\001" - "\n\016ComboAggregate\0228.io.deephaven.proto.ba" - "ckplane.grpc.ComboAggregateRequest\032@.io." - "deephaven.proto.backplane.grpc.ExportedT" - "ableCreationResponse\"\000\022\207\001\n\010Snapshot\0227.io" - ".deephaven.proto.backplane.grpc.Snapshot" - "TableRequest\032@.io.deephaven.proto.backpl" - "ane.grpc.ExportedTableCreationResponse\"\000" - "\022\200\001\n\007Flatten\0221.io.deephaven.proto.backpl" - "ane.grpc.FlattenRequest\032@.io.deephaven.p" - "roto.backplane.grpc.ExportedTableCreatio" - "nResponse\"\000\022\226\001\n\022RunChartDownsample\022<.io." - "deephaven.proto.backplane.grpc.RunChartD" - "ownsampleRequest\032@.io.deephaven.proto.ba" - "ckplane.grpc.ExportedTableCreationRespon" - "se\"\000\022\222\001\n\020CreateInputTable\022:.io.deephaven" - ".proto.backplane.grpc.CreateInputTableRe" + "esponse\"\000\022\210\001\n\013MergeTables\0225.io.deephaven" + ".proto.backplane.grpc.MergeTablesRequest" + "\032@.io.deephaven.proto.backplane.grpc.Exp" + "ortedTableCreationResponse\"\000\022\220\001\n\017CrossJo" + "inTables\0229.io.deephaven.proto.backplane." + "grpc.CrossJoinTablesRequest\032@.io.deephav" + "en.proto.backplane.grpc.ExportedTableCre" + "ationResponse\"\000\022\224\001\n\021NaturalJoinTables\022;." + "io.deephaven.proto.backplane.grpc.Natura" + "lJoinTablesRequest\032@.io.deephaven.proto." + "backplane.grpc.ExportedTableCreationResp" + "onse\"\000\022\220\001\n\017ExactJoinTables\0229.io.deephave" + "n.proto.backplane.grpc.ExactJoinTablesRe" "quest\032@.io.deephaven.proto.backplane.grp" - "c.ExportedTableCreationResponse\"\000\022\203\001\n\005Ba" - "tch\0224.io.deephaven.proto.backplane.grpc." - "BatchTableRequest\032@.io.deephaven.proto.b" - "ackplane.grpc.ExportedTableCreationRespo" - "nse\"\0000\001\022\231\001\n\024ExportedTableUpdates\022>.io.de" - "ephaven.proto.backplane.grpc.ExportedTab" - "leUpdatesRequest\032=.io.deephaven.proto.ba" - "ckplane.grpc.ExportedTableUpdateMessage\"" - "\0000\001B\004H\001P\001b\006proto3" + "c.ExportedTableCreationResponse\"\000\022\216\001\n\016As" + "OfJoinTables\0228.io.deephaven.proto.backpl" + "ane.grpc.AsOfJoinTablesRequest\032@.io.deep" + "haven.proto.backplane.grpc.ExportedTable" + "CreationResponse\"\000\022\216\001\n\016ComboAggregate\0228." + "io.deephaven.proto.backplane.grpc.ComboA" + "ggregateRequest\032@.io.deephaven.proto.bac" + "kplane.grpc.ExportedTableCreationRespons" + "e\"\000\022\207\001\n\010Snapshot\0227.io.deephaven.proto.ba" + "ckplane.grpc.SnapshotTableRequest\032@.io.d" + "eephaven.proto.backplane.grpc.ExportedTa" + "bleCreationResponse\"\000\022\200\001\n\007Flatten\0221.io.d" + "eephaven.proto.backplane.grpc.FlattenReq" + "uest\032@.io.deephaven.proto.backplane.grpc" + ".ExportedTableCreationResponse\"\000\022\226\001\n\022Run" + "ChartDownsample\022<.io.deephaven.proto.bac" + "kplane.grpc.RunChartDownsampleRequest\032@." + "io.deephaven.proto.backplane.grpc.Export" + "edTableCreationResponse\"\000\022\222\001\n\020CreateInpu" + "tTable\022:.io.deephaven.proto.backplane.gr" + "pc.CreateInputTableRequest\032@.io.deephave" + "n.proto.backplane.grpc.ExportedTableCrea" + "tionResponse\"\000\022\203\001\n\005Batch\0224.io.deephaven." + "proto.backplane.grpc.BatchTableRequest\032@" + ".io.deephaven.proto.backplane.grpc.Expor" + "tedTableCreationResponse\"\0000\001\022\231\001\n\024Exporte" + "dTableUpdates\022>.io.deephaven.proto.backp" + "lane.grpc.ExportedTableUpdatesRequest\032=." + "io.deephaven.proto.backplane.grpc.Export" + "edTableUpdateMessage\"\0000\001B\004H\001P\001b\006proto3" ; static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_deephaven_2fproto_2ftable_2eproto_deps[1] = { &::descriptor_table_deephaven_2fproto_2fticket_2eproto, }; static ::PROTOBUF_NAMESPACE_ID::internal::once_flag descriptor_table_deephaven_2fproto_2ftable_2eproto_once; const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_deephaven_2fproto_2ftable_2eproto = { - false, false, 17817, descriptor_table_protodef_deephaven_2fproto_2ftable_2eproto, "deephaven/proto/table.proto", - &descriptor_table_deephaven_2fproto_2ftable_2eproto_once, descriptor_table_deephaven_2fproto_2ftable_2eproto_deps, 1, 53, + false, false, 17318, descriptor_table_protodef_deephaven_2fproto_2ftable_2eproto, "deephaven/proto/table.proto", + &descriptor_table_deephaven_2fproto_2ftable_2eproto_once, descriptor_table_deephaven_2fproto_2ftable_2eproto_deps, 1, 52, schemas, file_default_instances, TableStruct_deephaven_2fproto_2ftable_2eproto::offsets, file_level_metadata_deephaven_2fproto_2ftable_2eproto, file_level_enum_descriptors_deephaven_2fproto_2ftable_2eproto, file_level_service_descriptors_deephaven_2fproto_2ftable_2eproto, }; @@ -8325,373 +8282,6 @@ ::PROTOBUF_NAMESPACE_ID::Metadata ExactJoinTablesRequest::GetMetadata() const { // =================================================================== -class LeftJoinTablesRequest::_Internal { - public: - static const ::io::deephaven::proto::backplane::grpc::Ticket& result_id(const LeftJoinTablesRequest* msg); - static const ::io::deephaven::proto::backplane::grpc::TableReference& left_id(const LeftJoinTablesRequest* msg); - static const ::io::deephaven::proto::backplane::grpc::TableReference& right_id(const LeftJoinTablesRequest* msg); -}; - -const ::io::deephaven::proto::backplane::grpc::Ticket& -LeftJoinTablesRequest::_Internal::result_id(const LeftJoinTablesRequest* msg) { - return *msg->result_id_; -} -const ::io::deephaven::proto::backplane::grpc::TableReference& -LeftJoinTablesRequest::_Internal::left_id(const LeftJoinTablesRequest* msg) { - return *msg->left_id_; -} -const ::io::deephaven::proto::backplane::grpc::TableReference& -LeftJoinTablesRequest::_Internal::right_id(const LeftJoinTablesRequest* msg) { - return *msg->right_id_; -} -void LeftJoinTablesRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; - } - result_id_ = nullptr; -} -LeftJoinTablesRequest::LeftJoinTablesRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, - bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - columns_to_match_(arena), - columns_to_add_(arena) { - SharedCtor(); - if (!is_message_owned) { - RegisterArenaDtor(arena); - } - // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest) -} -LeftJoinTablesRequest::LeftJoinTablesRequest(const LeftJoinTablesRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - columns_to_match_(from.columns_to_match_), - columns_to_add_(from.columns_to_add_) { - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; - } - if (from._internal_has_left_id()) { - left_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.left_id_); - } else { - left_id_ = nullptr; - } - if (from._internal_has_right_id()) { - right_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.right_id_); - } else { - right_id_ = nullptr; - } - // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest) -} - -void LeftJoinTablesRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&result_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&right_id_) - - reinterpret_cast(&result_id_)) + sizeof(right_id_)); -} - -LeftJoinTablesRequest::~LeftJoinTablesRequest() { - // @@protoc_insertion_point(destructor:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest) - if (GetArenaForAllocation() != nullptr) return; - SharedDtor(); - _internal_metadata_.Delete<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); -} - -inline void LeftJoinTablesRequest::SharedDtor() { - GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete result_id_; - if (this != internal_default_instance()) delete left_id_; - if (this != internal_default_instance()) delete right_id_; -} - -void LeftJoinTablesRequest::ArenaDtor(void* object) { - LeftJoinTablesRequest* _this = reinterpret_cast< LeftJoinTablesRequest* >(object); - (void)_this; -} -void LeftJoinTablesRequest::RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena*) { -} -void LeftJoinTablesRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); -} - -void LeftJoinTablesRequest::Clear() { -// @@protoc_insertion_point(message_clear_start:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - columns_to_match_.Clear(); - columns_to_add_.Clear(); - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; - } - result_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && left_id_ != nullptr) { - delete left_id_; - } - left_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && right_id_ != nullptr) { - delete right_id_; - } - right_id_ = nullptr; - _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); -} - -const char* LeftJoinTablesRequest::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - ::PROTOBUF_NAMESPACE_ID::uint32 tag; - ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); - switch (tag >> 3) { - // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; - case 1: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { - ptr = ctx->ParseMessage(_internal_mutable_result_id(), ptr); - CHK_(ptr); - } else - goto handle_unusual; - continue; - // .io.deephaven.proto.backplane.grpc.TableReference left_id = 2; - case 2: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { - ptr = ctx->ParseMessage(_internal_mutable_left_id(), ptr); - CHK_(ptr); - } else - goto handle_unusual; - continue; - // .io.deephaven.proto.backplane.grpc.TableReference right_id = 3; - case 3: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) { - ptr = ctx->ParseMessage(_internal_mutable_right_id(), ptr); - CHK_(ptr); - } else - goto handle_unusual; - continue; - // repeated string columns_to_match = 4; - case 4: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 34)) { - ptr -= 1; - do { - ptr += 1; - auto str = _internal_add_columns_to_match(); - ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); - CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_match")); - CHK_(ptr); - if (!ctx->DataAvailable(ptr)) break; - } while (::PROTOBUF_NAMESPACE_ID::internal::ExpectTag<34>(ptr)); - } else - goto handle_unusual; - continue; - // repeated string columns_to_add = 5; - case 5: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 42)) { - ptr -= 1; - do { - ptr += 1; - auto str = _internal_add_columns_to_add(); - ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); - CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_add")); - CHK_(ptr); - if (!ctx->DataAvailable(ptr)) break; - } while (::PROTOBUF_NAMESPACE_ID::internal::ExpectTag<42>(ptr)); - } else - goto handle_unusual; - continue; - default: - goto handle_unusual; - } // switch - handle_unusual: - if ((tag == 0) || ((tag & 7) == 4)) { - CHK_(ptr); - ctx->SetLastTag(tag); - goto message_done; - } - ptr = UnknownFieldParse( - tag, - _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(), - ptr, ctx); - CHK_(ptr != nullptr); - } // while -message_done: - return ptr; -failure: - ptr = nullptr; - goto message_done; -#undef CHK_ -} - -::PROTOBUF_NAMESPACE_ID::uint8* LeftJoinTablesRequest::_InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest) - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; - if (this->_internal_has_result_id()) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: - InternalWriteMessage( - 1, _Internal::result_id(this), target, stream); - } - - // .io.deephaven.proto.backplane.grpc.TableReference left_id = 2; - if (this->_internal_has_left_id()) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: - InternalWriteMessage( - 2, _Internal::left_id(this), target, stream); - } - - // .io.deephaven.proto.backplane.grpc.TableReference right_id = 3; - if (this->_internal_has_right_id()) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: - InternalWriteMessage( - 3, _Internal::right_id(this), target, stream); - } - - // repeated string columns_to_match = 4; - for (int i = 0, n = this->_internal_columns_to_match_size(); i < n; i++) { - const auto& s = this->_internal_columns_to_match(i); - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( - s.data(), static_cast(s.length()), - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, - "io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_match"); - target = stream->WriteString(4, s, target); - } - - // repeated string columns_to_add = 5; - for (int i = 0, n = this->_internal_columns_to_add_size(); i < n; i++) { - const auto& s = this->_internal_columns_to_add(i); - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( - s.data(), static_cast(s.length()), - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, - "io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_add"); - target = stream->WriteString(5, s, target); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest) - return target; -} - -size_t LeftJoinTablesRequest::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest) - size_t total_size = 0; - - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // repeated string columns_to_match = 4; - total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(columns_to_match_.size()); - for (int i = 0, n = columns_to_match_.size(); i < n; i++) { - total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - columns_to_match_.Get(i)); - } - - // repeated string columns_to_add = 5; - total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(columns_to_add_.size()); - for (int i = 0, n = columns_to_add_.size(); i < n; i++) { - total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - columns_to_add_.Get(i)); - } - - // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; - if (this->_internal_has_result_id()) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); - } - - // .io.deephaven.proto.backplane.grpc.TableReference left_id = 2; - if (this->_internal_has_left_id()) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *left_id_); - } - - // .io.deephaven.proto.backplane.grpc.TableReference right_id = 3; - if (this->_internal_has_right_id()) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *right_id_); - } - - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); -} - -const ::PROTOBUF_NAMESPACE_ID::Message::ClassData LeftJoinTablesRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, - LeftJoinTablesRequest::MergeImpl -}; -const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*LeftJoinTablesRequest::GetClassData() const { return &_class_data_; } - -void LeftJoinTablesRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - - -void LeftJoinTablesRequest::MergeFrom(const LeftJoinTablesRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest) - GOOGLE_DCHECK_NE(&from, this); - ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - columns_to_match_.MergeFrom(from.columns_to_match_); - columns_to_add_.MergeFrom(from.columns_to_add_); - if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); - } - if (from._internal_has_left_id()) { - _internal_mutable_left_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_left_id()); - } - if (from._internal_has_right_id()) { - _internal_mutable_right_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_right_id()); - } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); -} - -void LeftJoinTablesRequest::CopyFrom(const LeftJoinTablesRequest& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool LeftJoinTablesRequest::IsInitialized() const { - return true; -} - -void LeftJoinTablesRequest::InternalSwap(LeftJoinTablesRequest* other) { - using std::swap; - _internal_metadata_.InternalSwap(&other->_internal_metadata_); - columns_to_match_.InternalSwap(&other->columns_to_match_); - columns_to_add_.InternalSwap(&other->columns_to_add_); - ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(LeftJoinTablesRequest, right_id_) - + sizeof(LeftJoinTablesRequest::right_id_) - - PROTOBUF_FIELD_OFFSET(LeftJoinTablesRequest, result_id_)>( - reinterpret_cast(&result_id_), - reinterpret_cast(&other->result_id_)); -} - -::PROTOBUF_NAMESPACE_ID::Metadata LeftJoinTablesRequest::GetMetadata() const { - return ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors( - &descriptor_table_deephaven_2fproto_2ftable_2eproto_getter, &descriptor_table_deephaven_2fproto_2ftable_2eproto_once, - file_level_metadata_deephaven_2fproto_2ftable_2eproto[23]); -} - -// =================================================================== - class AsOfJoinTablesRequest::_Internal { public: static const ::io::deephaven::proto::backplane::grpc::Ticket& result_id(const AsOfJoinTablesRequest* msg); @@ -9081,7 +8671,7 @@ void AsOfJoinTablesRequest::InternalSwap(AsOfJoinTablesRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata AsOfJoinTablesRequest::GetMetadata() const { return ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors( &descriptor_table_deephaven_2fproto_2ftable_2eproto_getter, &descriptor_table_deephaven_2fproto_2ftable_2eproto_once, - file_level_metadata_deephaven_2fproto_2ftable_2eproto[24]); + file_level_metadata_deephaven_2fproto_2ftable_2eproto[23]); } // =================================================================== @@ -9401,7 +8991,7 @@ void ComboAggregateRequest_Aggregate::InternalSwap(ComboAggregateRequest_Aggrega ::PROTOBUF_NAMESPACE_ID::Metadata ComboAggregateRequest_Aggregate::GetMetadata() const { return ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors( &descriptor_table_deephaven_2fproto_2ftable_2eproto_getter, &descriptor_table_deephaven_2fproto_2ftable_2eproto_once, - file_level_metadata_deephaven_2fproto_2ftable_2eproto[25]); + file_level_metadata_deephaven_2fproto_2ftable_2eproto[24]); } // =================================================================== @@ -9746,7 +9336,7 @@ void ComboAggregateRequest::InternalSwap(ComboAggregateRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata ComboAggregateRequest::GetMetadata() const { return ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors( &descriptor_table_deephaven_2fproto_2ftable_2eproto_getter, &descriptor_table_deephaven_2fproto_2ftable_2eproto_once, - file_level_metadata_deephaven_2fproto_2ftable_2eproto[26]); + file_level_metadata_deephaven_2fproto_2ftable_2eproto[25]); } // =================================================================== @@ -10006,7 +9596,7 @@ void SortDescriptor::InternalSwap(SortDescriptor* other) { ::PROTOBUF_NAMESPACE_ID::Metadata SortDescriptor::GetMetadata() const { return ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors( &descriptor_table_deephaven_2fproto_2ftable_2eproto_getter, &descriptor_table_deephaven_2fproto_2ftable_2eproto_once, - file_level_metadata_deephaven_2fproto_2ftable_2eproto[27]); + file_level_metadata_deephaven_2fproto_2ftable_2eproto[26]); } // =================================================================== @@ -10289,7 +9879,7 @@ void SortTableRequest::InternalSwap(SortTableRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata SortTableRequest::GetMetadata() const { return ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors( &descriptor_table_deephaven_2fproto_2ftable_2eproto_getter, &descriptor_table_deephaven_2fproto_2ftable_2eproto_once, - file_level_metadata_deephaven_2fproto_2ftable_2eproto[28]); + file_level_metadata_deephaven_2fproto_2ftable_2eproto[27]); } // =================================================================== @@ -10572,7 +10162,7 @@ void FilterTableRequest::InternalSwap(FilterTableRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata FilterTableRequest::GetMetadata() const { return ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors( &descriptor_table_deephaven_2fproto_2ftable_2eproto_getter, &descriptor_table_deephaven_2fproto_2ftable_2eproto_once, - file_level_metadata_deephaven_2fproto_2ftable_2eproto[29]); + file_level_metadata_deephaven_2fproto_2ftable_2eproto[28]); } // =================================================================== @@ -10769,7 +10359,7 @@ void Reference::InternalSwap(Reference* other) { ::PROTOBUF_NAMESPACE_ID::Metadata Reference::GetMetadata() const { return ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors( &descriptor_table_deephaven_2fproto_2ftable_2eproto_getter, &descriptor_table_deephaven_2fproto_2ftable_2eproto_once, - file_level_metadata_deephaven_2fproto_2ftable_2eproto[30]); + file_level_metadata_deephaven_2fproto_2ftable_2eproto[29]); } // =================================================================== @@ -11118,7 +10708,7 @@ void Literal::InternalSwap(Literal* other) { ::PROTOBUF_NAMESPACE_ID::Metadata Literal::GetMetadata() const { return ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors( &descriptor_table_deephaven_2fproto_2ftable_2eproto_getter, &descriptor_table_deephaven_2fproto_2ftable_2eproto_once, - file_level_metadata_deephaven_2fproto_2ftable_2eproto[31]); + file_level_metadata_deephaven_2fproto_2ftable_2eproto[30]); } // =================================================================== @@ -11418,7 +11008,7 @@ void Value::InternalSwap(Value* other) { ::PROTOBUF_NAMESPACE_ID::Metadata Value::GetMetadata() const { return ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors( &descriptor_table_deephaven_2fproto_2ftable_2eproto_getter, &descriptor_table_deephaven_2fproto_2ftable_2eproto_once, - file_level_metadata_deephaven_2fproto_2ftable_2eproto[32]); + file_level_metadata_deephaven_2fproto_2ftable_2eproto[31]); } // =================================================================== @@ -12174,7 +11764,7 @@ void Condition::InternalSwap(Condition* other) { ::PROTOBUF_NAMESPACE_ID::Metadata Condition::GetMetadata() const { return ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors( &descriptor_table_deephaven_2fproto_2ftable_2eproto_getter, &descriptor_table_deephaven_2fproto_2ftable_2eproto_once, - file_level_metadata_deephaven_2fproto_2ftable_2eproto[33]); + file_level_metadata_deephaven_2fproto_2ftable_2eproto[32]); } // =================================================================== @@ -12359,7 +11949,7 @@ void AndCondition::InternalSwap(AndCondition* other) { ::PROTOBUF_NAMESPACE_ID::Metadata AndCondition::GetMetadata() const { return ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors( &descriptor_table_deephaven_2fproto_2ftable_2eproto_getter, &descriptor_table_deephaven_2fproto_2ftable_2eproto_once, - file_level_metadata_deephaven_2fproto_2ftable_2eproto[34]); + file_level_metadata_deephaven_2fproto_2ftable_2eproto[33]); } // =================================================================== @@ -12544,7 +12134,7 @@ void OrCondition::InternalSwap(OrCondition* other) { ::PROTOBUF_NAMESPACE_ID::Metadata OrCondition::GetMetadata() const { return ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors( &descriptor_table_deephaven_2fproto_2ftable_2eproto_getter, &descriptor_table_deephaven_2fproto_2ftable_2eproto_once, - file_level_metadata_deephaven_2fproto_2ftable_2eproto[35]); + file_level_metadata_deephaven_2fproto_2ftable_2eproto[34]); } // =================================================================== @@ -12739,7 +12329,7 @@ void NotCondition::InternalSwap(NotCondition* other) { ::PROTOBUF_NAMESPACE_ID::Metadata NotCondition::GetMetadata() const { return ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors( &descriptor_table_deephaven_2fproto_2ftable_2eproto_getter, &descriptor_table_deephaven_2fproto_2ftable_2eproto_once, - file_level_metadata_deephaven_2fproto_2ftable_2eproto[36]); + file_level_metadata_deephaven_2fproto_2ftable_2eproto[35]); } // =================================================================== @@ -13039,7 +12629,7 @@ void CompareCondition::InternalSwap(CompareCondition* other) { ::PROTOBUF_NAMESPACE_ID::Metadata CompareCondition::GetMetadata() const { return ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors( &descriptor_table_deephaven_2fproto_2ftable_2eproto_getter, &descriptor_table_deephaven_2fproto_2ftable_2eproto_once, - file_level_metadata_deephaven_2fproto_2ftable_2eproto[37]); + file_level_metadata_deephaven_2fproto_2ftable_2eproto[36]); } // =================================================================== @@ -13331,7 +12921,7 @@ void InCondition::InternalSwap(InCondition* other) { ::PROTOBUF_NAMESPACE_ID::Metadata InCondition::GetMetadata() const { return ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors( &descriptor_table_deephaven_2fproto_2ftable_2eproto_getter, &descriptor_table_deephaven_2fproto_2ftable_2eproto_once, - file_level_metadata_deephaven_2fproto_2ftable_2eproto[38]); + file_level_metadata_deephaven_2fproto_2ftable_2eproto[37]); } // =================================================================== @@ -13604,7 +13194,7 @@ void InvokeCondition::InternalSwap(InvokeCondition* other) { ::PROTOBUF_NAMESPACE_ID::Metadata InvokeCondition::GetMetadata() const { return ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors( &descriptor_table_deephaven_2fproto_2ftable_2eproto_getter, &descriptor_table_deephaven_2fproto_2ftable_2eproto_once, - file_level_metadata_deephaven_2fproto_2ftable_2eproto[39]); + file_level_metadata_deephaven_2fproto_2ftable_2eproto[38]); } // =================================================================== @@ -13799,7 +13389,7 @@ void IsNullCondition::InternalSwap(IsNullCondition* other) { ::PROTOBUF_NAMESPACE_ID::Metadata IsNullCondition::GetMetadata() const { return ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors( &descriptor_table_deephaven_2fproto_2ftable_2eproto_getter, &descriptor_table_deephaven_2fproto_2ftable_2eproto_once, - file_level_metadata_deephaven_2fproto_2ftable_2eproto[40]); + file_level_metadata_deephaven_2fproto_2ftable_2eproto[39]); } // =================================================================== @@ -14103,7 +13693,7 @@ void MatchesCondition::InternalSwap(MatchesCondition* other) { ::PROTOBUF_NAMESPACE_ID::Metadata MatchesCondition::GetMetadata() const { return ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors( &descriptor_table_deephaven_2fproto_2ftable_2eproto_getter, &descriptor_table_deephaven_2fproto_2ftable_2eproto_once, - file_level_metadata_deephaven_2fproto_2ftable_2eproto[41]); + file_level_metadata_deephaven_2fproto_2ftable_2eproto[40]); } // =================================================================== @@ -14407,7 +13997,7 @@ void ContainsCondition::InternalSwap(ContainsCondition* other) { ::PROTOBUF_NAMESPACE_ID::Metadata ContainsCondition::GetMetadata() const { return ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors( &descriptor_table_deephaven_2fproto_2ftable_2eproto_getter, &descriptor_table_deephaven_2fproto_2ftable_2eproto_once, - file_level_metadata_deephaven_2fproto_2ftable_2eproto[42]); + file_level_metadata_deephaven_2fproto_2ftable_2eproto[41]); } // =================================================================== @@ -14637,7 +14227,7 @@ void SearchCondition::InternalSwap(SearchCondition* other) { ::PROTOBUF_NAMESPACE_ID::Metadata SearchCondition::GetMetadata() const { return ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors( &descriptor_table_deephaven_2fproto_2ftable_2eproto_getter, &descriptor_table_deephaven_2fproto_2ftable_2eproto_once, - file_level_metadata_deephaven_2fproto_2ftable_2eproto[43]); + file_level_metadata_deephaven_2fproto_2ftable_2eproto[42]); } // =================================================================== @@ -14887,7 +14477,7 @@ void FlattenRequest::InternalSwap(FlattenRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata FlattenRequest::GetMetadata() const { return ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors( &descriptor_table_deephaven_2fproto_2ftable_2eproto_getter, &descriptor_table_deephaven_2fproto_2ftable_2eproto_once, - file_level_metadata_deephaven_2fproto_2ftable_2eproto[44]); + file_level_metadata_deephaven_2fproto_2ftable_2eproto[43]); } // =================================================================== @@ -15123,7 +14713,7 @@ void RunChartDownsampleRequest_ZoomRange::InternalSwap(RunChartDownsampleRequest ::PROTOBUF_NAMESPACE_ID::Metadata RunChartDownsampleRequest_ZoomRange::GetMetadata() const { return ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors( &descriptor_table_deephaven_2fproto_2ftable_2eproto_getter, &descriptor_table_deephaven_2fproto_2ftable_2eproto_once, - file_level_metadata_deephaven_2fproto_2ftable_2eproto[45]); + file_level_metadata_deephaven_2fproto_2ftable_2eproto[44]); } // =================================================================== @@ -15521,7 +15111,7 @@ void RunChartDownsampleRequest::InternalSwap(RunChartDownsampleRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata RunChartDownsampleRequest::GetMetadata() const { return ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors( &descriptor_table_deephaven_2fproto_2ftable_2eproto_getter, &descriptor_table_deephaven_2fproto_2ftable_2eproto_once, - file_level_metadata_deephaven_2fproto_2ftable_2eproto[46]); + file_level_metadata_deephaven_2fproto_2ftable_2eproto[45]); } // =================================================================== @@ -15560,7 +15150,7 @@ const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*CreateInputTableRequest_InputT ::PROTOBUF_NAMESPACE_ID::Metadata CreateInputTableRequest_InputTableKind_InMemoryAppendOnly::GetMetadata() const { return ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors( &descriptor_table_deephaven_2fproto_2ftable_2eproto_getter, &descriptor_table_deephaven_2fproto_2ftable_2eproto_once, - file_level_metadata_deephaven_2fproto_2ftable_2eproto[47]); + file_level_metadata_deephaven_2fproto_2ftable_2eproto[46]); } // =================================================================== @@ -15750,7 +15340,7 @@ void CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::InternalSwap(Crea ::PROTOBUF_NAMESPACE_ID::Metadata CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::GetMetadata() const { return ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors( &descriptor_table_deephaven_2fproto_2ftable_2eproto_getter, &descriptor_table_deephaven_2fproto_2ftable_2eproto_once, - file_level_metadata_deephaven_2fproto_2ftable_2eproto[48]); + file_level_metadata_deephaven_2fproto_2ftable_2eproto[47]); } // =================================================================== @@ -16050,7 +15640,7 @@ void CreateInputTableRequest_InputTableKind::InternalSwap(CreateInputTableReques ::PROTOBUF_NAMESPACE_ID::Metadata CreateInputTableRequest_InputTableKind::GetMetadata() const { return ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors( &descriptor_table_deephaven_2fproto_2ftable_2eproto_getter, &descriptor_table_deephaven_2fproto_2ftable_2eproto_once, - file_level_metadata_deephaven_2fproto_2ftable_2eproto[49]); + file_level_metadata_deephaven_2fproto_2ftable_2eproto[48]); } // =================================================================== @@ -16425,7 +16015,7 @@ void CreateInputTableRequest::InternalSwap(CreateInputTableRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata CreateInputTableRequest::GetMetadata() const { return ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors( &descriptor_table_deephaven_2fproto_2ftable_2eproto_getter, &descriptor_table_deephaven_2fproto_2ftable_2eproto_once, - file_level_metadata_deephaven_2fproto_2ftable_2eproto[50]); + file_level_metadata_deephaven_2fproto_2ftable_2eproto[49]); } // =================================================================== @@ -16457,7 +16047,6 @@ class BatchTableRequest_Operation::_Internal { static const ::io::deephaven::proto::backplane::grpc::CrossJoinTablesRequest& cross_join(const BatchTableRequest_Operation* msg); static const ::io::deephaven::proto::backplane::grpc::NaturalJoinTablesRequest& natural_join(const BatchTableRequest_Operation* msg); static const ::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest& exact_join(const BatchTableRequest_Operation* msg); - static const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest& left_join(const BatchTableRequest_Operation* msg); static const ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest& as_of_join(const BatchTableRequest_Operation* msg); static const ::io::deephaven::proto::backplane::grpc::FetchTableRequest& fetch_table(const BatchTableRequest_Operation* msg); static const ::io::deephaven::proto::backplane::grpc::FetchPandasTableRequest& fetch_pandas_table(const BatchTableRequest_Operation* msg); @@ -16565,10 +16154,6 @@ const ::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest& BatchTableRequest_Operation::_Internal::exact_join(const BatchTableRequest_Operation* msg) { return *msg->op_.exact_join_; } -const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest& -BatchTableRequest_Operation::_Internal::left_join(const BatchTableRequest_Operation* msg) { - return *msg->op_.left_join_; -} const ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest& BatchTableRequest_Operation::_Internal::as_of_join(const BatchTableRequest_Operation* msg) { return *msg->op_.as_of_join_; @@ -16964,21 +16549,6 @@ void BatchTableRequest_Operation::set_allocated_exact_join(::io::deephaven::prot } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.exact_join) } -void BatchTableRequest_Operation::set_allocated_left_join(::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* left_join) { - ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); - clear_op(); - if (left_join) { - ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = - ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper<::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest>::GetOwningArena(left_join); - if (message_arena != submessage_arena) { - left_join = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( - message_arena, left_join, submessage_arena); - } - set_has_left_join(); - op_.left_join_ = left_join; - } - // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.left_join) -} void BatchTableRequest_Operation::set_allocated_as_of_join(::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest* as_of_join) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); clear_op(); @@ -17168,10 +16738,6 @@ BatchTableRequest_Operation::BatchTableRequest_Operation(const BatchTableRequest _internal_mutable_exact_join()->::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest::MergeFrom(from._internal_exact_join()); break; } - case kLeftJoin: { - _internal_mutable_left_join()->::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest::MergeFrom(from._internal_left_join()); - break; - } case kAsOfJoin: { _internal_mutable_as_of_join()->::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest::MergeFrom(from._internal_as_of_join()); break; @@ -17380,12 +16946,6 @@ void BatchTableRequest_Operation::clear_op() { } break; } - case kLeftJoin: { - if (GetArenaForAllocation() == nullptr) { - delete op_.left_join_; - } - break; - } case kAsOfJoin: { if (GetArenaForAllocation() == nullptr) { delete op_.as_of_join_; @@ -17640,49 +17200,41 @@ const char* BatchTableRequest_Operation::_InternalParse(const char* ptr, ::PROTO } else goto handle_unusual; continue; - // .io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest left_join = 26; + // .io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest as_of_join = 26; case 26: if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 210)) { - ptr = ctx->ParseMessage(_internal_mutable_left_join(), ptr); + ptr = ctx->ParseMessage(_internal_mutable_as_of_join(), ptr); CHK_(ptr); } else goto handle_unusual; continue; - // .io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest as_of_join = 27; + // .io.deephaven.proto.backplane.grpc.FetchTableRequest fetch_table = 27; case 27: if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 218)) { - ptr = ctx->ParseMessage(_internal_mutable_as_of_join(), ptr); + ptr = ctx->ParseMessage(_internal_mutable_fetch_table(), ptr); CHK_(ptr); } else goto handle_unusual; continue; - // .io.deephaven.proto.backplane.grpc.FetchTableRequest fetch_table = 28; + // .io.deephaven.proto.backplane.grpc.FetchPandasTableRequest fetch_pandas_table = 28; case 28: if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 226)) { - ptr = ctx->ParseMessage(_internal_mutable_fetch_table(), ptr); + ptr = ctx->ParseMessage(_internal_mutable_fetch_pandas_table(), ptr); CHK_(ptr); } else goto handle_unusual; continue; - // .io.deephaven.proto.backplane.grpc.FetchPandasTableRequest fetch_pandas_table = 29; + // .io.deephaven.proto.backplane.grpc.ApplyPreviewColumnsRequest apply_preview_columns = 29; case 29: if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 234)) { - ptr = ctx->ParseMessage(_internal_mutable_fetch_pandas_table(), ptr); + ptr = ctx->ParseMessage(_internal_mutable_apply_preview_columns(), ptr); CHK_(ptr); } else goto handle_unusual; continue; - // .io.deephaven.proto.backplane.grpc.ApplyPreviewColumnsRequest apply_preview_columns = 30; + // .io.deephaven.proto.backplane.grpc.CreateInputTableRequest create_input_table = 30; case 30: if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 242)) { - ptr = ctx->ParseMessage(_internal_mutable_apply_preview_columns(), ptr); - CHK_(ptr); - } else - goto handle_unusual; - continue; - // .io.deephaven.proto.backplane.grpc.CreateInputTableRequest create_input_table = 31; - case 31: - if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 250)) { ptr = ctx->ParseMessage(_internal_mutable_create_input_table(), ptr); CHK_(ptr); } else @@ -17917,52 +17469,44 @@ ::PROTOBUF_NAMESPACE_ID::uint8* BatchTableRequest_Operation::_InternalSerialize( 25, _Internal::exact_join(this), target, stream); } - // .io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest left_join = 26; - if (_internal_has_left_join()) { - target = stream->EnsureSpace(target); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: - InternalWriteMessage( - 26, _Internal::left_join(this), target, stream); - } - - // .io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest as_of_join = 27; + // .io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest as_of_join = 26; if (_internal_has_as_of_join()) { target = stream->EnsureSpace(target); target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: InternalWriteMessage( - 27, _Internal::as_of_join(this), target, stream); + 26, _Internal::as_of_join(this), target, stream); } - // .io.deephaven.proto.backplane.grpc.FetchTableRequest fetch_table = 28; + // .io.deephaven.proto.backplane.grpc.FetchTableRequest fetch_table = 27; if (_internal_has_fetch_table()) { target = stream->EnsureSpace(target); target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: InternalWriteMessage( - 28, _Internal::fetch_table(this), target, stream); + 27, _Internal::fetch_table(this), target, stream); } - // .io.deephaven.proto.backplane.grpc.FetchPandasTableRequest fetch_pandas_table = 29; + // .io.deephaven.proto.backplane.grpc.FetchPandasTableRequest fetch_pandas_table = 28; if (_internal_has_fetch_pandas_table()) { target = stream->EnsureSpace(target); target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: InternalWriteMessage( - 29, _Internal::fetch_pandas_table(this), target, stream); + 28, _Internal::fetch_pandas_table(this), target, stream); } - // .io.deephaven.proto.backplane.grpc.ApplyPreviewColumnsRequest apply_preview_columns = 30; + // .io.deephaven.proto.backplane.grpc.ApplyPreviewColumnsRequest apply_preview_columns = 29; if (_internal_has_apply_preview_columns()) { target = stream->EnsureSpace(target); target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: InternalWriteMessage( - 30, _Internal::apply_preview_columns(this), target, stream); + 29, _Internal::apply_preview_columns(this), target, stream); } - // .io.deephaven.proto.backplane.grpc.CreateInputTableRequest create_input_table = 31; + // .io.deephaven.proto.backplane.grpc.CreateInputTableRequest create_input_table = 30; if (_internal_has_create_input_table()) { target = stream->EnsureSpace(target); target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: InternalWriteMessage( - 31, _Internal::create_input_table(this), target, stream); + 30, _Internal::create_input_table(this), target, stream); } if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { @@ -18157,42 +17701,35 @@ size_t BatchTableRequest_Operation::ByteSizeLong() const { *op_.exact_join_); break; } - // .io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest left_join = 26; - case kLeftJoin: { - total_size += 2 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.left_join_); - break; - } - // .io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest as_of_join = 27; + // .io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest as_of_join = 26; case kAsOfJoin: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( *op_.as_of_join_); break; } - // .io.deephaven.proto.backplane.grpc.FetchTableRequest fetch_table = 28; + // .io.deephaven.proto.backplane.grpc.FetchTableRequest fetch_table = 27; case kFetchTable: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( *op_.fetch_table_); break; } - // .io.deephaven.proto.backplane.grpc.FetchPandasTableRequest fetch_pandas_table = 29; + // .io.deephaven.proto.backplane.grpc.FetchPandasTableRequest fetch_pandas_table = 28; case kFetchPandasTable: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( *op_.fetch_pandas_table_); break; } - // .io.deephaven.proto.backplane.grpc.ApplyPreviewColumnsRequest apply_preview_columns = 30; + // .io.deephaven.proto.backplane.grpc.ApplyPreviewColumnsRequest apply_preview_columns = 29; case kApplyPreviewColumns: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( *op_.apply_preview_columns_); break; } - // .io.deephaven.proto.backplane.grpc.CreateInputTableRequest create_input_table = 31; + // .io.deephaven.proto.backplane.grpc.CreateInputTableRequest create_input_table = 30; case kCreateInputTable: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( @@ -18326,10 +17863,6 @@ void BatchTableRequest_Operation::MergeFrom(const BatchTableRequest_Operation& f _internal_mutable_exact_join()->::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest::MergeFrom(from._internal_exact_join()); break; } - case kLeftJoin: { - _internal_mutable_left_join()->::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest::MergeFrom(from._internal_left_join()); - break; - } case kAsOfJoin: { _internal_mutable_as_of_join()->::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest::MergeFrom(from._internal_as_of_join()); break; @@ -18378,7 +17911,7 @@ void BatchTableRequest_Operation::InternalSwap(BatchTableRequest_Operation* othe ::PROTOBUF_NAMESPACE_ID::Metadata BatchTableRequest_Operation::GetMetadata() const { return ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors( &descriptor_table_deephaven_2fproto_2ftable_2eproto_getter, &descriptor_table_deephaven_2fproto_2ftable_2eproto_once, - file_level_metadata_deephaven_2fproto_2ftable_2eproto[51]); + file_level_metadata_deephaven_2fproto_2ftable_2eproto[50]); } // =================================================================== @@ -18563,7 +18096,7 @@ void BatchTableRequest::InternalSwap(BatchTableRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata BatchTableRequest::GetMetadata() const { return ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors( &descriptor_table_deephaven_2fproto_2ftable_2eproto_getter, &descriptor_table_deephaven_2fproto_2ftable_2eproto_once, - file_level_metadata_deephaven_2fproto_2ftable_2eproto[52]); + file_level_metadata_deephaven_2fproto_2ftable_2eproto[51]); } // @@protoc_insertion_point(namespace_scope) @@ -18642,9 +18175,6 @@ template<> PROTOBUF_NOINLINE ::io::deephaven::proto::backplane::grpc::NaturalJoi template<> PROTOBUF_NOINLINE ::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest* Arena::CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest >(Arena* arena) { return Arena::CreateMessageInternal< ::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest >(arena); } -template<> PROTOBUF_NOINLINE ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* Arena::CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest >(Arena* arena) { - return Arena::CreateMessageInternal< ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest >(arena); -} template<> PROTOBUF_NOINLINE ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest* Arena::CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest >(Arena* arena) { return Arena::CreateMessageInternal< ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest >(arena); } diff --git a/cpp-client/deephaven/client/proto/deephaven/proto/table.pb.h b/cpp-client/deephaven/client/proto/deephaven/proto/table.pb.h index 9618c387ab6..e7feb8b6f70 100644 --- a/cpp-client/deephaven/client/proto/deephaven/proto/table.pb.h +++ b/cpp-client/deephaven/client/proto/deephaven/proto/table.pb.h @@ -49,7 +49,7 @@ struct TableStruct_deephaven_2fproto_2ftable_2eproto { PROTOBUF_SECTION_VARIABLE(protodesc_cold); static const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold); - static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[53] + static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[52] PROTOBUF_SECTION_VARIABLE(protodesc_cold); static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[]; static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[]; @@ -157,9 +157,6 @@ extern InvokeConditionDefaultTypeInternal _InvokeCondition_default_instance_; class IsNullCondition; struct IsNullConditionDefaultTypeInternal; extern IsNullConditionDefaultTypeInternal _IsNullCondition_default_instance_; -class LeftJoinTablesRequest; -struct LeftJoinTablesRequestDefaultTypeInternal; -extern LeftJoinTablesRequestDefaultTypeInternal _LeftJoinTablesRequest_default_instance_; class Literal; struct LiteralDefaultTypeInternal; extern LiteralDefaultTypeInternal _Literal_default_instance_; @@ -258,7 +255,6 @@ template<> ::io::deephaven::proto::backplane::grpc::HeadOrTailRequest* Arena::Cr template<> ::io::deephaven::proto::backplane::grpc::InCondition* Arena::CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::InCondition>(Arena*); template<> ::io::deephaven::proto::backplane::grpc::InvokeCondition* Arena::CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::InvokeCondition>(Arena*); template<> ::io::deephaven::proto::backplane::grpc::IsNullCondition* Arena::CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::IsNullCondition>(Arena*); -template<> ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* Arena::CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest>(Arena*); template<> ::io::deephaven::proto::backplane::grpc::Literal* Arena::CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Literal>(Arena*); template<> ::io::deephaven::proto::backplane::grpc::MatchesCondition* Arena::CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::MatchesCondition>(Arena*); template<> ::io::deephaven::proto::backplane::grpc::MergeTablesRequest* Arena::CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::MergeTablesRequest>(Arena*); @@ -4848,250 +4844,6 @@ class ExactJoinTablesRequest final : }; // ------------------------------------------------------------------- -class LeftJoinTablesRequest final : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest) */ { - public: - inline LeftJoinTablesRequest() : LeftJoinTablesRequest(nullptr) {} - ~LeftJoinTablesRequest() override; - explicit constexpr LeftJoinTablesRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); - - LeftJoinTablesRequest(const LeftJoinTablesRequest& from); - LeftJoinTablesRequest(LeftJoinTablesRequest&& from) noexcept - : LeftJoinTablesRequest() { - *this = ::std::move(from); - } - - inline LeftJoinTablesRequest& operator=(const LeftJoinTablesRequest& from) { - CopyFrom(from); - return *this; - } - inline LeftJoinTablesRequest& operator=(LeftJoinTablesRequest&& from) noexcept { - if (this == &from) return *this; - if (GetOwningArena() == from.GetOwningArena() - #ifdef PROTOBUF_FORCE_COPY_IN_MOVE - && GetOwningArena() != nullptr - #endif // !PROTOBUF_FORCE_COPY_IN_MOVE - ) { - InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { - return GetDescriptor(); - } - static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { - return default_instance().GetMetadata().descriptor; - } - static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { - return default_instance().GetMetadata().reflection; - } - static const LeftJoinTablesRequest& default_instance() { - return *internal_default_instance(); - } - static inline const LeftJoinTablesRequest* internal_default_instance() { - return reinterpret_cast( - &_LeftJoinTablesRequest_default_instance_); - } - static constexpr int kIndexInFileMessages = - 23; - - friend void swap(LeftJoinTablesRequest& a, LeftJoinTablesRequest& b) { - a.Swap(&b); - } - inline void Swap(LeftJoinTablesRequest* other) { - if (other == this) return; - if (GetOwningArena() == other->GetOwningArena()) { - InternalSwap(other); - } else { - ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); - } - } - void UnsafeArenaSwap(LeftJoinTablesRequest* other) { - if (other == this) return; - GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); - InternalSwap(other); - } - - // implements Message ---------------------------------------------- - - inline LeftJoinTablesRequest* New() const final { - return new LeftJoinTablesRequest(); - } - - LeftJoinTablesRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; - void CopyFrom(const LeftJoinTablesRequest& from); - using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const LeftJoinTablesRequest& from); - private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); - public: - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( - ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - void SharedCtor(); - void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(LeftJoinTablesRequest* other); - friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; - static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest"; - } - protected: - explicit LeftJoinTablesRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, - bool is_message_owned = false); - private: - static void ArenaDtor(void* object); - inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena); - public: - - static const ClassData _class_data_; - const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final; - - ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - enum : int { - kColumnsToMatchFieldNumber = 4, - kColumnsToAddFieldNumber = 5, - kResultIdFieldNumber = 1, - kLeftIdFieldNumber = 2, - kRightIdFieldNumber = 3, - }; - // repeated string columns_to_match = 4; - int columns_to_match_size() const; - private: - int _internal_columns_to_match_size() const; - public: - void clear_columns_to_match(); - const std::string& columns_to_match(int index) const; - std::string* mutable_columns_to_match(int index); - void set_columns_to_match(int index, const std::string& value); - void set_columns_to_match(int index, std::string&& value); - void set_columns_to_match(int index, const char* value); - void set_columns_to_match(int index, const char* value, size_t size); - std::string* add_columns_to_match(); - void add_columns_to_match(const std::string& value); - void add_columns_to_match(std::string&& value); - void add_columns_to_match(const char* value); - void add_columns_to_match(const char* value, size_t size); - const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& columns_to_match() const; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* mutable_columns_to_match(); - private: - const std::string& _internal_columns_to_match(int index) const; - std::string* _internal_add_columns_to_match(); - public: - - // repeated string columns_to_add = 5; - int columns_to_add_size() const; - private: - int _internal_columns_to_add_size() const; - public: - void clear_columns_to_add(); - const std::string& columns_to_add(int index) const; - std::string* mutable_columns_to_add(int index); - void set_columns_to_add(int index, const std::string& value); - void set_columns_to_add(int index, std::string&& value); - void set_columns_to_add(int index, const char* value); - void set_columns_to_add(int index, const char* value, size_t size); - std::string* add_columns_to_add(); - void add_columns_to_add(const std::string& value); - void add_columns_to_add(std::string&& value); - void add_columns_to_add(const char* value); - void add_columns_to_add(const char* value, size_t size); - const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& columns_to_add() const; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* mutable_columns_to_add(); - private: - const std::string& _internal_columns_to_add(int index) const; - std::string* _internal_add_columns_to_add(); - public: - - // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; - bool has_result_id() const; - private: - bool _internal_has_result_id() const; - public: - void clear_result_id(); - const ::io::deephaven::proto::backplane::grpc::Ticket& result_id() const; - PROTOBUF_MUST_USE_RESULT ::io::deephaven::proto::backplane::grpc::Ticket* release_result_id(); - ::io::deephaven::proto::backplane::grpc::Ticket* mutable_result_id(); - void set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id); - private: - const ::io::deephaven::proto::backplane::grpc::Ticket& _internal_result_id() const; - ::io::deephaven::proto::backplane::grpc::Ticket* _internal_mutable_result_id(); - public: - void unsafe_arena_set_allocated_result_id( - ::io::deephaven::proto::backplane::grpc::Ticket* result_id); - ::io::deephaven::proto::backplane::grpc::Ticket* unsafe_arena_release_result_id(); - - // .io.deephaven.proto.backplane.grpc.TableReference left_id = 2; - bool has_left_id() const; - private: - bool _internal_has_left_id() const; - public: - void clear_left_id(); - const ::io::deephaven::proto::backplane::grpc::TableReference& left_id() const; - PROTOBUF_MUST_USE_RESULT ::io::deephaven::proto::backplane::grpc::TableReference* release_left_id(); - ::io::deephaven::proto::backplane::grpc::TableReference* mutable_left_id(); - void set_allocated_left_id(::io::deephaven::proto::backplane::grpc::TableReference* left_id); - private: - const ::io::deephaven::proto::backplane::grpc::TableReference& _internal_left_id() const; - ::io::deephaven::proto::backplane::grpc::TableReference* _internal_mutable_left_id(); - public: - void unsafe_arena_set_allocated_left_id( - ::io::deephaven::proto::backplane::grpc::TableReference* left_id); - ::io::deephaven::proto::backplane::grpc::TableReference* unsafe_arena_release_left_id(); - - // .io.deephaven.proto.backplane.grpc.TableReference right_id = 3; - bool has_right_id() const; - private: - bool _internal_has_right_id() const; - public: - void clear_right_id(); - const ::io::deephaven::proto::backplane::grpc::TableReference& right_id() const; - PROTOBUF_MUST_USE_RESULT ::io::deephaven::proto::backplane::grpc::TableReference* release_right_id(); - ::io::deephaven::proto::backplane::grpc::TableReference* mutable_right_id(); - void set_allocated_right_id(::io::deephaven::proto::backplane::grpc::TableReference* right_id); - private: - const ::io::deephaven::proto::backplane::grpc::TableReference& _internal_right_id() const; - ::io::deephaven::proto::backplane::grpc::TableReference* _internal_mutable_right_id(); - public: - void unsafe_arena_set_allocated_right_id( - ::io::deephaven::proto::backplane::grpc::TableReference* right_id); - ::io::deephaven::proto::backplane::grpc::TableReference* unsafe_arena_release_right_id(); - - // @@protoc_insertion_point(class_scope:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest) - private: - class _Internal; - - template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; - typedef void InternalArenaConstructable_; - typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField columns_to_match_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField columns_to_add_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - ::io::deephaven::proto::backplane::grpc::TableReference* left_id_; - ::io::deephaven::proto::backplane::grpc::TableReference* right_id_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; -}; -// ------------------------------------------------------------------- - class AsOfJoinTablesRequest final : public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest) */ { public: @@ -5140,7 +4892,7 @@ class AsOfJoinTablesRequest final : &_AsOfJoinTablesRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 24; + 23; friend void swap(AsOfJoinTablesRequest& a, AsOfJoinTablesRequest& b) { a.Swap(&b); @@ -5429,7 +5181,7 @@ class ComboAggregateRequest_Aggregate final : &_ComboAggregateRequest_Aggregate_default_instance_); } static constexpr int kIndexInFileMessages = - 25; + 24; friend void swap(ComboAggregateRequest_Aggregate& a, ComboAggregateRequest_Aggregate& b) { a.Swap(&b); @@ -5636,7 +5388,7 @@ class ComboAggregateRequest final : &_ComboAggregateRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 26; + 25; friend void swap(ComboAggregateRequest& a, ComboAggregateRequest& b) { a.Swap(&b); @@ -5921,7 +5673,7 @@ class SortDescriptor final : &_SortDescriptor_default_instance_); } static constexpr int kIndexInFileMessages = - 27; + 26; friend void swap(SortDescriptor& a, SortDescriptor& b) { a.Swap(&b); @@ -6125,7 +5877,7 @@ class SortTableRequest final : &_SortTableRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 28; + 27; friend void swap(SortTableRequest& a, SortTableRequest& b) { a.Swap(&b); @@ -6317,7 +6069,7 @@ class FilterTableRequest final : &_FilterTableRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 29; + 28; friend void swap(FilterTableRequest& a, FilterTableRequest& b) { a.Swap(&b); @@ -6509,7 +6261,7 @@ class Reference final : &_Reference_default_instance_); } static constexpr int kIndexInFileMessages = - 30; + 29; friend void swap(Reference& a, Reference& b) { a.Swap(&b); @@ -6666,7 +6418,7 @@ class Literal final : &_Literal_default_instance_); } static constexpr int kIndexInFileMessages = - 31; + 30; friend void swap(Literal& a, Literal& b) { a.Swap(&b); @@ -6900,7 +6652,7 @@ class Value final : &_Value_default_instance_); } static constexpr int kIndexInFileMessages = - 32; + 31; friend void swap(Value& a, Value& b) { a.Swap(&b); @@ -7099,7 +6851,7 @@ class Condition final : &_Condition_default_instance_); } static constexpr int kIndexInFileMessages = - 33; + 32; friend void swap(Condition& a, Condition& b) { a.Swap(&b); @@ -7452,7 +7204,7 @@ class AndCondition final : &_AndCondition_default_instance_); } static constexpr int kIndexInFileMessages = - 34; + 33; friend void swap(AndCondition& a, AndCondition& b) { a.Swap(&b); @@ -7604,7 +7356,7 @@ class OrCondition final : &_OrCondition_default_instance_); } static constexpr int kIndexInFileMessages = - 35; + 34; friend void swap(OrCondition& a, OrCondition& b) { a.Swap(&b); @@ -7756,7 +7508,7 @@ class NotCondition final : &_NotCondition_default_instance_); } static constexpr int kIndexInFileMessages = - 36; + 35; friend void swap(NotCondition& a, NotCondition& b) { a.Swap(&b); @@ -7908,7 +7660,7 @@ class CompareCondition final : &_CompareCondition_default_instance_); } static constexpr int kIndexInFileMessages = - 37; + 36; friend void swap(CompareCondition& a, CompareCondition& b) { a.Swap(&b); @@ -8140,7 +7892,7 @@ class InCondition final : &_InCondition_default_instance_); } static constexpr int kIndexInFileMessages = - 38; + 37; friend void swap(InCondition& a, InCondition& b) { a.Swap(&b); @@ -8334,7 +8086,7 @@ class InvokeCondition final : &_InvokeCondition_default_instance_); } static constexpr int kIndexInFileMessages = - 39; + 38; friend void swap(InvokeCondition& a, InvokeCondition& b) { a.Swap(&b); @@ -8522,7 +8274,7 @@ class IsNullCondition final : &_IsNullCondition_default_instance_); } static constexpr int kIndexInFileMessages = - 40; + 39; friend void swap(IsNullCondition& a, IsNullCondition& b) { a.Swap(&b); @@ -8674,7 +8426,7 @@ class MatchesCondition final : &_MatchesCondition_default_instance_); } static constexpr int kIndexInFileMessages = - 41; + 40; friend void swap(MatchesCondition& a, MatchesCondition& b) { a.Swap(&b); @@ -8864,7 +8616,7 @@ class ContainsCondition final : &_ContainsCondition_default_instance_); } static constexpr int kIndexInFileMessages = - 42; + 41; friend void swap(ContainsCondition& a, ContainsCondition& b) { a.Swap(&b); @@ -9054,7 +8806,7 @@ class SearchCondition final : &_SearchCondition_default_instance_); } static constexpr int kIndexInFileMessages = - 43; + 42; friend void swap(SearchCondition& a, SearchCondition& b) { a.Swap(&b); @@ -9222,7 +8974,7 @@ class FlattenRequest final : &_FlattenRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 44; + 43; friend void swap(FlattenRequest& a, FlattenRequest& b) { a.Swap(&b); @@ -9394,7 +9146,7 @@ class RunChartDownsampleRequest_ZoomRange final : &_RunChartDownsampleRequest_ZoomRange_default_instance_); } static constexpr int kIndexInFileMessages = - 45; + 44; friend void swap(RunChartDownsampleRequest_ZoomRange& a, RunChartDownsampleRequest_ZoomRange& b) { a.Swap(&b); @@ -9557,7 +9309,7 @@ class RunChartDownsampleRequest final : &_RunChartDownsampleRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 46; + 45; friend void swap(RunChartDownsampleRequest& a, RunChartDownsampleRequest& b) { a.Swap(&b); @@ -9803,7 +9555,7 @@ class CreateInputTableRequest_InputTableKind_InMemoryAppendOnly final : &_CreateInputTableRequest_InputTableKind_InMemoryAppendOnly_default_instance_); } static constexpr int kIndexInFileMessages = - 47; + 46; friend void swap(CreateInputTableRequest_InputTableKind_InMemoryAppendOnly& a, CreateInputTableRequest_InputTableKind_InMemoryAppendOnly& b) { a.Swap(&b); @@ -9919,7 +9671,7 @@ class CreateInputTableRequest_InputTableKind_InMemoryKeyBacked final : &_CreateInputTableRequest_InputTableKind_InMemoryKeyBacked_default_instance_); } static constexpr int kIndexInFileMessages = - 48; + 47; friend void swap(CreateInputTableRequest_InputTableKind_InMemoryKeyBacked& a, CreateInputTableRequest_InputTableKind_InMemoryKeyBacked& b) { a.Swap(&b); @@ -10083,7 +9835,7 @@ class CreateInputTableRequest_InputTableKind final : &_CreateInputTableRequest_InputTableKind_default_instance_); } static constexpr int kIndexInFileMessages = - 49; + 48; friend void swap(CreateInputTableRequest_InputTableKind& a, CreateInputTableRequest_InputTableKind& b) { a.Swap(&b); @@ -10277,7 +10029,7 @@ class CreateInputTableRequest final : &_CreateInputTableRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 50; + 49; friend void swap(CreateInputTableRequest& a, CreateInputTableRequest& b) { a.Swap(&b); @@ -10525,12 +10277,11 @@ class BatchTableRequest_Operation final : kCrossJoin = 23, kNaturalJoin = 24, kExactJoin = 25, - kLeftJoin = 26, - kAsOfJoin = 27, - kFetchTable = 28, - kFetchPandasTable = 29, - kApplyPreviewColumns = 30, - kCreateInputTable = 31, + kAsOfJoin = 26, + kFetchTable = 27, + kFetchPandasTable = 28, + kApplyPreviewColumns = 29, + kCreateInputTable = 30, OP_NOT_SET = 0, }; @@ -10539,7 +10290,7 @@ class BatchTableRequest_Operation final : &_BatchTableRequest_Operation_default_instance_); } static constexpr int kIndexInFileMessages = - 51; + 50; friend void swap(BatchTableRequest_Operation& a, BatchTableRequest_Operation& b) { a.Swap(&b); @@ -10635,12 +10386,11 @@ class BatchTableRequest_Operation final : kCrossJoinFieldNumber = 23, kNaturalJoinFieldNumber = 24, kExactJoinFieldNumber = 25, - kLeftJoinFieldNumber = 26, - kAsOfJoinFieldNumber = 27, - kFetchTableFieldNumber = 28, - kFetchPandasTableFieldNumber = 29, - kApplyPreviewColumnsFieldNumber = 30, - kCreateInputTableFieldNumber = 31, + kAsOfJoinFieldNumber = 26, + kFetchTableFieldNumber = 27, + kFetchPandasTableFieldNumber = 28, + kApplyPreviewColumnsFieldNumber = 29, + kCreateInputTableFieldNumber = 30, }; // .io.deephaven.proto.backplane.grpc.EmptyTableRequest empty_table = 1; bool has_empty_table() const; @@ -11092,25 +10842,7 @@ class BatchTableRequest_Operation final : ::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest* exact_join); ::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest* unsafe_arena_release_exact_join(); - // .io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest left_join = 26; - bool has_left_join() const; - private: - bool _internal_has_left_join() const; - public: - void clear_left_join(); - const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest& left_join() const; - PROTOBUF_MUST_USE_RESULT ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* release_left_join(); - ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* mutable_left_join(); - void set_allocated_left_join(::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* left_join); - private: - const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest& _internal_left_join() const; - ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* _internal_mutable_left_join(); - public: - void unsafe_arena_set_allocated_left_join( - ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* left_join); - ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* unsafe_arena_release_left_join(); - - // .io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest as_of_join = 27; + // .io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest as_of_join = 26; bool has_as_of_join() const; private: bool _internal_has_as_of_join() const; @@ -11128,7 +10860,7 @@ class BatchTableRequest_Operation final : ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest* as_of_join); ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest* unsafe_arena_release_as_of_join(); - // .io.deephaven.proto.backplane.grpc.FetchTableRequest fetch_table = 28; + // .io.deephaven.proto.backplane.grpc.FetchTableRequest fetch_table = 27; bool has_fetch_table() const; private: bool _internal_has_fetch_table() const; @@ -11146,7 +10878,7 @@ class BatchTableRequest_Operation final : ::io::deephaven::proto::backplane::grpc::FetchTableRequest* fetch_table); ::io::deephaven::proto::backplane::grpc::FetchTableRequest* unsafe_arena_release_fetch_table(); - // .io.deephaven.proto.backplane.grpc.FetchPandasTableRequest fetch_pandas_table = 29; + // .io.deephaven.proto.backplane.grpc.FetchPandasTableRequest fetch_pandas_table = 28; bool has_fetch_pandas_table() const; private: bool _internal_has_fetch_pandas_table() const; @@ -11164,7 +10896,7 @@ class BatchTableRequest_Operation final : ::io::deephaven::proto::backplane::grpc::FetchPandasTableRequest* fetch_pandas_table); ::io::deephaven::proto::backplane::grpc::FetchPandasTableRequest* unsafe_arena_release_fetch_pandas_table(); - // .io.deephaven.proto.backplane.grpc.ApplyPreviewColumnsRequest apply_preview_columns = 30; + // .io.deephaven.proto.backplane.grpc.ApplyPreviewColumnsRequest apply_preview_columns = 29; bool has_apply_preview_columns() const; private: bool _internal_has_apply_preview_columns() const; @@ -11182,7 +10914,7 @@ class BatchTableRequest_Operation final : ::io::deephaven::proto::backplane::grpc::ApplyPreviewColumnsRequest* apply_preview_columns); ::io::deephaven::proto::backplane::grpc::ApplyPreviewColumnsRequest* unsafe_arena_release_apply_preview_columns(); - // .io.deephaven.proto.backplane.grpc.CreateInputTableRequest create_input_table = 31; + // .io.deephaven.proto.backplane.grpc.CreateInputTableRequest create_input_table = 30; bool has_create_input_table() const; private: bool _internal_has_create_input_table() const; @@ -11230,7 +10962,6 @@ class BatchTableRequest_Operation final : void set_has_cross_join(); void set_has_natural_join(); void set_has_exact_join(); - void set_has_left_join(); void set_has_as_of_join(); void set_has_fetch_table(); void set_has_fetch_pandas_table(); @@ -11271,7 +11002,6 @@ class BatchTableRequest_Operation final : ::io::deephaven::proto::backplane::grpc::CrossJoinTablesRequest* cross_join_; ::io::deephaven::proto::backplane::grpc::NaturalJoinTablesRequest* natural_join_; ::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest* exact_join_; - ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* left_join_; ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest* as_of_join_; ::io::deephaven::proto::backplane::grpc::FetchTableRequest* fetch_table_; ::io::deephaven::proto::backplane::grpc::FetchPandasTableRequest* fetch_pandas_table_; @@ -11333,7 +11063,7 @@ class BatchTableRequest final : &_BatchTableRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 52; + 51; friend void swap(BatchTableRequest& a, BatchTableRequest& b) { a.Swap(&b); @@ -15970,579 +15700,159 @@ inline std::string* NaturalJoinTablesRequest::add_columns_to_match() { inline const std::string& NaturalJoinTablesRequest::_internal_columns_to_match(int index) const { return columns_to_match_.Get(index); } -inline const std::string& NaturalJoinTablesRequest::columns_to_match(int index) const { - // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_match) - return _internal_columns_to_match(index); -} -inline std::string* NaturalJoinTablesRequest::mutable_columns_to_match(int index) { - // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_match) - return columns_to_match_.Mutable(index); -} -inline void NaturalJoinTablesRequest::set_columns_to_match(int index, const std::string& value) { - columns_to_match_.Mutable(index)->assign(value); - // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_match) -} -inline void NaturalJoinTablesRequest::set_columns_to_match(int index, std::string&& value) { - columns_to_match_.Mutable(index)->assign(std::move(value)); - // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_match) -} -inline void NaturalJoinTablesRequest::set_columns_to_match(int index, const char* value) { - GOOGLE_DCHECK(value != nullptr); - columns_to_match_.Mutable(index)->assign(value); - // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_match) -} -inline void NaturalJoinTablesRequest::set_columns_to_match(int index, const char* value, size_t size) { - columns_to_match_.Mutable(index)->assign( - reinterpret_cast(value), size); - // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_match) -} -inline std::string* NaturalJoinTablesRequest::_internal_add_columns_to_match() { - return columns_to_match_.Add(); -} -inline void NaturalJoinTablesRequest::add_columns_to_match(const std::string& value) { - columns_to_match_.Add()->assign(value); - // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_match) -} -inline void NaturalJoinTablesRequest::add_columns_to_match(std::string&& value) { - columns_to_match_.Add(std::move(value)); - // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_match) -} -inline void NaturalJoinTablesRequest::add_columns_to_match(const char* value) { - GOOGLE_DCHECK(value != nullptr); - columns_to_match_.Add()->assign(value); - // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_match) -} -inline void NaturalJoinTablesRequest::add_columns_to_match(const char* value, size_t size) { - columns_to_match_.Add()->assign(reinterpret_cast(value), size); - // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_match) -} -inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& -NaturalJoinTablesRequest::columns_to_match() const { - // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_match) - return columns_to_match_; -} -inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* -NaturalJoinTablesRequest::mutable_columns_to_match() { - // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_match) - return &columns_to_match_; -} - -// repeated string columns_to_add = 5; -inline int NaturalJoinTablesRequest::_internal_columns_to_add_size() const { - return columns_to_add_.size(); -} -inline int NaturalJoinTablesRequest::columns_to_add_size() const { - return _internal_columns_to_add_size(); -} -inline void NaturalJoinTablesRequest::clear_columns_to_add() { - columns_to_add_.Clear(); -} -inline std::string* NaturalJoinTablesRequest::add_columns_to_add() { - std::string* _s = _internal_add_columns_to_add(); - // @@protoc_insertion_point(field_add_mutable:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_add) - return _s; -} -inline const std::string& NaturalJoinTablesRequest::_internal_columns_to_add(int index) const { - return columns_to_add_.Get(index); -} -inline const std::string& NaturalJoinTablesRequest::columns_to_add(int index) const { - // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_add) - return _internal_columns_to_add(index); -} -inline std::string* NaturalJoinTablesRequest::mutable_columns_to_add(int index) { - // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_add) - return columns_to_add_.Mutable(index); -} -inline void NaturalJoinTablesRequest::set_columns_to_add(int index, const std::string& value) { - columns_to_add_.Mutable(index)->assign(value); - // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_add) -} -inline void NaturalJoinTablesRequest::set_columns_to_add(int index, std::string&& value) { - columns_to_add_.Mutable(index)->assign(std::move(value)); - // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_add) -} -inline void NaturalJoinTablesRequest::set_columns_to_add(int index, const char* value) { - GOOGLE_DCHECK(value != nullptr); - columns_to_add_.Mutable(index)->assign(value); - // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_add) -} -inline void NaturalJoinTablesRequest::set_columns_to_add(int index, const char* value, size_t size) { - columns_to_add_.Mutable(index)->assign( - reinterpret_cast(value), size); - // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_add) -} -inline std::string* NaturalJoinTablesRequest::_internal_add_columns_to_add() { - return columns_to_add_.Add(); -} -inline void NaturalJoinTablesRequest::add_columns_to_add(const std::string& value) { - columns_to_add_.Add()->assign(value); - // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_add) -} -inline void NaturalJoinTablesRequest::add_columns_to_add(std::string&& value) { - columns_to_add_.Add(std::move(value)); - // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_add) -} -inline void NaturalJoinTablesRequest::add_columns_to_add(const char* value) { - GOOGLE_DCHECK(value != nullptr); - columns_to_add_.Add()->assign(value); - // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_add) -} -inline void NaturalJoinTablesRequest::add_columns_to_add(const char* value, size_t size) { - columns_to_add_.Add()->assign(reinterpret_cast(value), size); - // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_add) -} -inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& -NaturalJoinTablesRequest::columns_to_add() const { - // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_add) - return columns_to_add_; -} -inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* -NaturalJoinTablesRequest::mutable_columns_to_add() { - // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_add) - return &columns_to_add_; -} - -// ------------------------------------------------------------------- - -// ExactJoinTablesRequest - -// .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; -inline bool ExactJoinTablesRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; -} -inline bool ExactJoinTablesRequest::has_result_id() const { - return _internal_has_result_id(); -} -inline const ::io::deephaven::proto::backplane::grpc::Ticket& ExactJoinTablesRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; - return p != nullptr ? *p : reinterpret_cast( - ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); -} -inline const ::io::deephaven::proto::backplane::grpc::Ticket& ExactJoinTablesRequest::result_id() const { - // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.result_id) - return _internal_result_id(); -} -inline void ExactJoinTablesRequest::unsafe_arena_set_allocated_result_id( - ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { - if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); - } - result_id_ = result_id; - if (result_id) { - - } else { - - } - // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.result_id) -} -inline ::io::deephaven::proto::backplane::grpc::Ticket* ExactJoinTablesRequest::release_result_id() { - - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; -#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE - auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); - temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); - if (GetArenaForAllocation() == nullptr) { delete old; } -#else // PROTOBUF_FORCE_COPY_IN_RELEASE - if (GetArenaForAllocation() != nullptr) { - temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); - } -#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE - return temp; -} -inline ::io::deephaven::proto::backplane::grpc::Ticket* ExactJoinTablesRequest::unsafe_arena_release_result_id() { - // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.result_id) - - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; - return temp; -} -inline ::io::deephaven::proto::backplane::grpc::Ticket* ExactJoinTablesRequest::_internal_mutable_result_id() { - - if (result_id_ == nullptr) { - auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; - } - return result_id_; -} -inline ::io::deephaven::proto::backplane::grpc::Ticket* ExactJoinTablesRequest::mutable_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); - // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.result_id) - return _msg; -} -inline void ExactJoinTablesRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { - ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); - if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); - } - if (result_id) { - ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = - ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper< - ::PROTOBUF_NAMESPACE_ID::MessageLite>::GetOwningArena( - reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id)); - if (message_arena != submessage_arena) { - result_id = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( - message_arena, result_id, submessage_arena); - } - - } else { - - } - result_id_ = result_id; - // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.result_id) -} - -// .io.deephaven.proto.backplane.grpc.TableReference left_id = 2; -inline bool ExactJoinTablesRequest::_internal_has_left_id() const { - return this != internal_default_instance() && left_id_ != nullptr; -} -inline bool ExactJoinTablesRequest::has_left_id() const { - return _internal_has_left_id(); -} -inline void ExactJoinTablesRequest::clear_left_id() { - if (GetArenaForAllocation() == nullptr && left_id_ != nullptr) { - delete left_id_; - } - left_id_ = nullptr; -} -inline const ::io::deephaven::proto::backplane::grpc::TableReference& ExactJoinTablesRequest::_internal_left_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = left_id_; - return p != nullptr ? *p : reinterpret_cast( - ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); -} -inline const ::io::deephaven::proto::backplane::grpc::TableReference& ExactJoinTablesRequest::left_id() const { - // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.left_id) - return _internal_left_id(); -} -inline void ExactJoinTablesRequest::unsafe_arena_set_allocated_left_id( - ::io::deephaven::proto::backplane::grpc::TableReference* left_id) { - if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(left_id_); - } - left_id_ = left_id; - if (left_id) { - - } else { - - } - // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.left_id) -} -inline ::io::deephaven::proto::backplane::grpc::TableReference* ExactJoinTablesRequest::release_left_id() { - - ::io::deephaven::proto::backplane::grpc::TableReference* temp = left_id_; - left_id_ = nullptr; -#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE - auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); - temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); - if (GetArenaForAllocation() == nullptr) { delete old; } -#else // PROTOBUF_FORCE_COPY_IN_RELEASE - if (GetArenaForAllocation() != nullptr) { - temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); - } -#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE - return temp; -} -inline ::io::deephaven::proto::backplane::grpc::TableReference* ExactJoinTablesRequest::unsafe_arena_release_left_id() { - // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.left_id) - - ::io::deephaven::proto::backplane::grpc::TableReference* temp = left_id_; - left_id_ = nullptr; - return temp; -} -inline ::io::deephaven::proto::backplane::grpc::TableReference* ExactJoinTablesRequest::_internal_mutable_left_id() { - - if (left_id_ == nullptr) { - auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - left_id_ = p; - } - return left_id_; -} -inline ::io::deephaven::proto::backplane::grpc::TableReference* ExactJoinTablesRequest::mutable_left_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_left_id(); - // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.left_id) - return _msg; -} -inline void ExactJoinTablesRequest::set_allocated_left_id(::io::deephaven::proto::backplane::grpc::TableReference* left_id) { - ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); - if (message_arena == nullptr) { - delete left_id_; - } - if (left_id) { - ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = - ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper<::io::deephaven::proto::backplane::grpc::TableReference>::GetOwningArena(left_id); - if (message_arena != submessage_arena) { - left_id = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( - message_arena, left_id, submessage_arena); - } - - } else { - - } - left_id_ = left_id; - // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.left_id) -} - -// .io.deephaven.proto.backplane.grpc.TableReference right_id = 3; -inline bool ExactJoinTablesRequest::_internal_has_right_id() const { - return this != internal_default_instance() && right_id_ != nullptr; -} -inline bool ExactJoinTablesRequest::has_right_id() const { - return _internal_has_right_id(); -} -inline void ExactJoinTablesRequest::clear_right_id() { - if (GetArenaForAllocation() == nullptr && right_id_ != nullptr) { - delete right_id_; - } - right_id_ = nullptr; -} -inline const ::io::deephaven::proto::backplane::grpc::TableReference& ExactJoinTablesRequest::_internal_right_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = right_id_; - return p != nullptr ? *p : reinterpret_cast( - ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); -} -inline const ::io::deephaven::proto::backplane::grpc::TableReference& ExactJoinTablesRequest::right_id() const { - // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.right_id) - return _internal_right_id(); -} -inline void ExactJoinTablesRequest::unsafe_arena_set_allocated_right_id( - ::io::deephaven::proto::backplane::grpc::TableReference* right_id) { - if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(right_id_); - } - right_id_ = right_id; - if (right_id) { - - } else { - - } - // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.right_id) -} -inline ::io::deephaven::proto::backplane::grpc::TableReference* ExactJoinTablesRequest::release_right_id() { - - ::io::deephaven::proto::backplane::grpc::TableReference* temp = right_id_; - right_id_ = nullptr; -#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE - auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); - temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); - if (GetArenaForAllocation() == nullptr) { delete old; } -#else // PROTOBUF_FORCE_COPY_IN_RELEASE - if (GetArenaForAllocation() != nullptr) { - temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); - } -#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE - return temp; -} -inline ::io::deephaven::proto::backplane::grpc::TableReference* ExactJoinTablesRequest::unsafe_arena_release_right_id() { - // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.right_id) - - ::io::deephaven::proto::backplane::grpc::TableReference* temp = right_id_; - right_id_ = nullptr; - return temp; -} -inline ::io::deephaven::proto::backplane::grpc::TableReference* ExactJoinTablesRequest::_internal_mutable_right_id() { - - if (right_id_ == nullptr) { - auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - right_id_ = p; - } - return right_id_; -} -inline ::io::deephaven::proto::backplane::grpc::TableReference* ExactJoinTablesRequest::mutable_right_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_right_id(); - // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.right_id) - return _msg; -} -inline void ExactJoinTablesRequest::set_allocated_right_id(::io::deephaven::proto::backplane::grpc::TableReference* right_id) { - ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); - if (message_arena == nullptr) { - delete right_id_; - } - if (right_id) { - ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = - ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper<::io::deephaven::proto::backplane::grpc::TableReference>::GetOwningArena(right_id); - if (message_arena != submessage_arena) { - right_id = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( - message_arena, right_id, submessage_arena); - } - - } else { - - } - right_id_ = right_id; - // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.right_id) -} - -// repeated string columns_to_match = 4; -inline int ExactJoinTablesRequest::_internal_columns_to_match_size() const { - return columns_to_match_.size(); -} -inline int ExactJoinTablesRequest::columns_to_match_size() const { - return _internal_columns_to_match_size(); -} -inline void ExactJoinTablesRequest::clear_columns_to_match() { - columns_to_match_.Clear(); -} -inline std::string* ExactJoinTablesRequest::add_columns_to_match() { - std::string* _s = _internal_add_columns_to_match(); - // @@protoc_insertion_point(field_add_mutable:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_match) - return _s; -} -inline const std::string& ExactJoinTablesRequest::_internal_columns_to_match(int index) const { - return columns_to_match_.Get(index); -} -inline const std::string& ExactJoinTablesRequest::columns_to_match(int index) const { - // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_match) +inline const std::string& NaturalJoinTablesRequest::columns_to_match(int index) const { + // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_match) return _internal_columns_to_match(index); } -inline std::string* ExactJoinTablesRequest::mutable_columns_to_match(int index) { - // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_match) +inline std::string* NaturalJoinTablesRequest::mutable_columns_to_match(int index) { + // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_match) return columns_to_match_.Mutable(index); } -inline void ExactJoinTablesRequest::set_columns_to_match(int index, const std::string& value) { +inline void NaturalJoinTablesRequest::set_columns_to_match(int index, const std::string& value) { columns_to_match_.Mutable(index)->assign(value); - // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_match) + // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_match) } -inline void ExactJoinTablesRequest::set_columns_to_match(int index, std::string&& value) { +inline void NaturalJoinTablesRequest::set_columns_to_match(int index, std::string&& value) { columns_to_match_.Mutable(index)->assign(std::move(value)); - // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_match) + // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_match) } -inline void ExactJoinTablesRequest::set_columns_to_match(int index, const char* value) { +inline void NaturalJoinTablesRequest::set_columns_to_match(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); columns_to_match_.Mutable(index)->assign(value); - // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_match) + // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_match) } -inline void ExactJoinTablesRequest::set_columns_to_match(int index, const char* value, size_t size) { +inline void NaturalJoinTablesRequest::set_columns_to_match(int index, const char* value, size_t size) { columns_to_match_.Mutable(index)->assign( reinterpret_cast(value), size); - // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_match) + // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_match) } -inline std::string* ExactJoinTablesRequest::_internal_add_columns_to_match() { +inline std::string* NaturalJoinTablesRequest::_internal_add_columns_to_match() { return columns_to_match_.Add(); } -inline void ExactJoinTablesRequest::add_columns_to_match(const std::string& value) { +inline void NaturalJoinTablesRequest::add_columns_to_match(const std::string& value) { columns_to_match_.Add()->assign(value); - // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_match) + // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_match) } -inline void ExactJoinTablesRequest::add_columns_to_match(std::string&& value) { +inline void NaturalJoinTablesRequest::add_columns_to_match(std::string&& value) { columns_to_match_.Add(std::move(value)); - // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_match) + // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_match) } -inline void ExactJoinTablesRequest::add_columns_to_match(const char* value) { +inline void NaturalJoinTablesRequest::add_columns_to_match(const char* value) { GOOGLE_DCHECK(value != nullptr); columns_to_match_.Add()->assign(value); - // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_match) + // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_match) } -inline void ExactJoinTablesRequest::add_columns_to_match(const char* value, size_t size) { +inline void NaturalJoinTablesRequest::add_columns_to_match(const char* value, size_t size) { columns_to_match_.Add()->assign(reinterpret_cast(value), size); - // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_match) + // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_match) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& -ExactJoinTablesRequest::columns_to_match() const { - // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_match) +NaturalJoinTablesRequest::columns_to_match() const { + // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_match) return columns_to_match_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* -ExactJoinTablesRequest::mutable_columns_to_match() { - // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_match) +NaturalJoinTablesRequest::mutable_columns_to_match() { + // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_match) return &columns_to_match_; } // repeated string columns_to_add = 5; -inline int ExactJoinTablesRequest::_internal_columns_to_add_size() const { +inline int NaturalJoinTablesRequest::_internal_columns_to_add_size() const { return columns_to_add_.size(); } -inline int ExactJoinTablesRequest::columns_to_add_size() const { +inline int NaturalJoinTablesRequest::columns_to_add_size() const { return _internal_columns_to_add_size(); } -inline void ExactJoinTablesRequest::clear_columns_to_add() { +inline void NaturalJoinTablesRequest::clear_columns_to_add() { columns_to_add_.Clear(); } -inline std::string* ExactJoinTablesRequest::add_columns_to_add() { +inline std::string* NaturalJoinTablesRequest::add_columns_to_add() { std::string* _s = _internal_add_columns_to_add(); - // @@protoc_insertion_point(field_add_mutable:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_add) + // @@protoc_insertion_point(field_add_mutable:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_add) return _s; } -inline const std::string& ExactJoinTablesRequest::_internal_columns_to_add(int index) const { +inline const std::string& NaturalJoinTablesRequest::_internal_columns_to_add(int index) const { return columns_to_add_.Get(index); } -inline const std::string& ExactJoinTablesRequest::columns_to_add(int index) const { - // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_add) +inline const std::string& NaturalJoinTablesRequest::columns_to_add(int index) const { + // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_add) return _internal_columns_to_add(index); } -inline std::string* ExactJoinTablesRequest::mutable_columns_to_add(int index) { - // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_add) +inline std::string* NaturalJoinTablesRequest::mutable_columns_to_add(int index) { + // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_add) return columns_to_add_.Mutable(index); } -inline void ExactJoinTablesRequest::set_columns_to_add(int index, const std::string& value) { +inline void NaturalJoinTablesRequest::set_columns_to_add(int index, const std::string& value) { columns_to_add_.Mutable(index)->assign(value); - // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_add) + // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_add) } -inline void ExactJoinTablesRequest::set_columns_to_add(int index, std::string&& value) { +inline void NaturalJoinTablesRequest::set_columns_to_add(int index, std::string&& value) { columns_to_add_.Mutable(index)->assign(std::move(value)); - // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_add) + // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_add) } -inline void ExactJoinTablesRequest::set_columns_to_add(int index, const char* value) { +inline void NaturalJoinTablesRequest::set_columns_to_add(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); columns_to_add_.Mutable(index)->assign(value); - // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_add) + // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_add) } -inline void ExactJoinTablesRequest::set_columns_to_add(int index, const char* value, size_t size) { +inline void NaturalJoinTablesRequest::set_columns_to_add(int index, const char* value, size_t size) { columns_to_add_.Mutable(index)->assign( reinterpret_cast(value), size); - // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_add) + // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_add) } -inline std::string* ExactJoinTablesRequest::_internal_add_columns_to_add() { +inline std::string* NaturalJoinTablesRequest::_internal_add_columns_to_add() { return columns_to_add_.Add(); } -inline void ExactJoinTablesRequest::add_columns_to_add(const std::string& value) { +inline void NaturalJoinTablesRequest::add_columns_to_add(const std::string& value) { columns_to_add_.Add()->assign(value); - // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_add) + // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_add) } -inline void ExactJoinTablesRequest::add_columns_to_add(std::string&& value) { +inline void NaturalJoinTablesRequest::add_columns_to_add(std::string&& value) { columns_to_add_.Add(std::move(value)); - // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_add) + // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_add) } -inline void ExactJoinTablesRequest::add_columns_to_add(const char* value) { +inline void NaturalJoinTablesRequest::add_columns_to_add(const char* value) { GOOGLE_DCHECK(value != nullptr); columns_to_add_.Add()->assign(value); - // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_add) + // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_add) } -inline void ExactJoinTablesRequest::add_columns_to_add(const char* value, size_t size) { +inline void NaturalJoinTablesRequest::add_columns_to_add(const char* value, size_t size) { columns_to_add_.Add()->assign(reinterpret_cast(value), size); - // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_add) + // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_add) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& -ExactJoinTablesRequest::columns_to_add() const { - // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_add) +NaturalJoinTablesRequest::columns_to_add() const { + // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_add) return columns_to_add_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* -ExactJoinTablesRequest::mutable_columns_to_add() { - // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_add) +NaturalJoinTablesRequest::mutable_columns_to_add() { + // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_add) return &columns_to_add_; } // ------------------------------------------------------------------- -// LeftJoinTablesRequest +// ExactJoinTablesRequest // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; -inline bool LeftJoinTablesRequest::_internal_has_result_id() const { +inline bool ExactJoinTablesRequest::_internal_has_result_id() const { return this != internal_default_instance() && result_id_ != nullptr; } -inline bool LeftJoinTablesRequest::has_result_id() const { +inline bool ExactJoinTablesRequest::has_result_id() const { return _internal_has_result_id(); } -inline const ::io::deephaven::proto::backplane::grpc::Ticket& LeftJoinTablesRequest::_internal_result_id() const { +inline const ::io::deephaven::proto::backplane::grpc::Ticket& ExactJoinTablesRequest::_internal_result_id() const { const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } -inline const ::io::deephaven::proto::backplane::grpc::Ticket& LeftJoinTablesRequest::result_id() const { - // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.result_id) +inline const ::io::deephaven::proto::backplane::grpc::Ticket& ExactJoinTablesRequest::result_id() const { + // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.result_id) return _internal_result_id(); } -inline void LeftJoinTablesRequest::unsafe_arena_set_allocated_result_id( +inline void ExactJoinTablesRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); @@ -16553,9 +15863,9 @@ inline void LeftJoinTablesRequest::unsafe_arena_set_allocated_result_id( } else { } - // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.result_id) + // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.result_id) } -inline ::io::deephaven::proto::backplane::grpc::Ticket* LeftJoinTablesRequest::release_result_id() { +inline ::io::deephaven::proto::backplane::grpc::Ticket* ExactJoinTablesRequest::release_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; result_id_ = nullptr; @@ -16570,14 +15880,14 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* LeftJoinTablesRequest::r #endif // !PROTOBUF_FORCE_COPY_IN_RELEASE return temp; } -inline ::io::deephaven::proto::backplane::grpc::Ticket* LeftJoinTablesRequest::unsafe_arena_release_result_id() { - // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.result_id) +inline ::io::deephaven::proto::backplane::grpc::Ticket* ExactJoinTablesRequest::unsafe_arena_release_result_id() { + // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.result_id) ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; result_id_ = nullptr; return temp; } -inline ::io::deephaven::proto::backplane::grpc::Ticket* LeftJoinTablesRequest::_internal_mutable_result_id() { +inline ::io::deephaven::proto::backplane::grpc::Ticket* ExactJoinTablesRequest::_internal_mutable_result_id() { if (result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); @@ -16585,12 +15895,12 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* LeftJoinTablesRequest::_ } return result_id_; } -inline ::io::deephaven::proto::backplane::grpc::Ticket* LeftJoinTablesRequest::mutable_result_id() { +inline ::io::deephaven::proto::backplane::grpc::Ticket* ExactJoinTablesRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); - // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.result_id) + // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.result_id) return _msg; } -inline void LeftJoinTablesRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { +inline void ExactJoinTablesRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); @@ -16609,32 +15919,32 @@ inline void LeftJoinTablesRequest::set_allocated_result_id(::io::deephaven::prot } result_id_ = result_id; - // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.result_id) + // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.result_id) } // .io.deephaven.proto.backplane.grpc.TableReference left_id = 2; -inline bool LeftJoinTablesRequest::_internal_has_left_id() const { +inline bool ExactJoinTablesRequest::_internal_has_left_id() const { return this != internal_default_instance() && left_id_ != nullptr; } -inline bool LeftJoinTablesRequest::has_left_id() const { +inline bool ExactJoinTablesRequest::has_left_id() const { return _internal_has_left_id(); } -inline void LeftJoinTablesRequest::clear_left_id() { +inline void ExactJoinTablesRequest::clear_left_id() { if (GetArenaForAllocation() == nullptr && left_id_ != nullptr) { delete left_id_; } left_id_ = nullptr; } -inline const ::io::deephaven::proto::backplane::grpc::TableReference& LeftJoinTablesRequest::_internal_left_id() const { +inline const ::io::deephaven::proto::backplane::grpc::TableReference& ExactJoinTablesRequest::_internal_left_id() const { const ::io::deephaven::proto::backplane::grpc::TableReference* p = left_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } -inline const ::io::deephaven::proto::backplane::grpc::TableReference& LeftJoinTablesRequest::left_id() const { - // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.left_id) +inline const ::io::deephaven::proto::backplane::grpc::TableReference& ExactJoinTablesRequest::left_id() const { + // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.left_id) return _internal_left_id(); } -inline void LeftJoinTablesRequest::unsafe_arena_set_allocated_left_id( +inline void ExactJoinTablesRequest::unsafe_arena_set_allocated_left_id( ::io::deephaven::proto::backplane::grpc::TableReference* left_id) { if (GetArenaForAllocation() == nullptr) { delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(left_id_); @@ -16645,9 +15955,9 @@ inline void LeftJoinTablesRequest::unsafe_arena_set_allocated_left_id( } else { } - // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.left_id) + // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.left_id) } -inline ::io::deephaven::proto::backplane::grpc::TableReference* LeftJoinTablesRequest::release_left_id() { +inline ::io::deephaven::proto::backplane::grpc::TableReference* ExactJoinTablesRequest::release_left_id() { ::io::deephaven::proto::backplane::grpc::TableReference* temp = left_id_; left_id_ = nullptr; @@ -16662,14 +15972,14 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* LeftJoinTablesRe #endif // !PROTOBUF_FORCE_COPY_IN_RELEASE return temp; } -inline ::io::deephaven::proto::backplane::grpc::TableReference* LeftJoinTablesRequest::unsafe_arena_release_left_id() { - // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.left_id) +inline ::io::deephaven::proto::backplane::grpc::TableReference* ExactJoinTablesRequest::unsafe_arena_release_left_id() { + // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.left_id) ::io::deephaven::proto::backplane::grpc::TableReference* temp = left_id_; left_id_ = nullptr; return temp; } -inline ::io::deephaven::proto::backplane::grpc::TableReference* LeftJoinTablesRequest::_internal_mutable_left_id() { +inline ::io::deephaven::proto::backplane::grpc::TableReference* ExactJoinTablesRequest::_internal_mutable_left_id() { if (left_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); @@ -16677,12 +15987,12 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* LeftJoinTablesRe } return left_id_; } -inline ::io::deephaven::proto::backplane::grpc::TableReference* LeftJoinTablesRequest::mutable_left_id() { +inline ::io::deephaven::proto::backplane::grpc::TableReference* ExactJoinTablesRequest::mutable_left_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_left_id(); - // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.left_id) + // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.left_id) return _msg; } -inline void LeftJoinTablesRequest::set_allocated_left_id(::io::deephaven::proto::backplane::grpc::TableReference* left_id) { +inline void ExactJoinTablesRequest::set_allocated_left_id(::io::deephaven::proto::backplane::grpc::TableReference* left_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { delete left_id_; @@ -16699,32 +16009,32 @@ inline void LeftJoinTablesRequest::set_allocated_left_id(::io::deephaven::proto: } left_id_ = left_id; - // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.left_id) + // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.left_id) } // .io.deephaven.proto.backplane.grpc.TableReference right_id = 3; -inline bool LeftJoinTablesRequest::_internal_has_right_id() const { +inline bool ExactJoinTablesRequest::_internal_has_right_id() const { return this != internal_default_instance() && right_id_ != nullptr; } -inline bool LeftJoinTablesRequest::has_right_id() const { +inline bool ExactJoinTablesRequest::has_right_id() const { return _internal_has_right_id(); } -inline void LeftJoinTablesRequest::clear_right_id() { +inline void ExactJoinTablesRequest::clear_right_id() { if (GetArenaForAllocation() == nullptr && right_id_ != nullptr) { delete right_id_; } right_id_ = nullptr; } -inline const ::io::deephaven::proto::backplane::grpc::TableReference& LeftJoinTablesRequest::_internal_right_id() const { +inline const ::io::deephaven::proto::backplane::grpc::TableReference& ExactJoinTablesRequest::_internal_right_id() const { const ::io::deephaven::proto::backplane::grpc::TableReference* p = right_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } -inline const ::io::deephaven::proto::backplane::grpc::TableReference& LeftJoinTablesRequest::right_id() const { - // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.right_id) +inline const ::io::deephaven::proto::backplane::grpc::TableReference& ExactJoinTablesRequest::right_id() const { + // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.right_id) return _internal_right_id(); } -inline void LeftJoinTablesRequest::unsafe_arena_set_allocated_right_id( +inline void ExactJoinTablesRequest::unsafe_arena_set_allocated_right_id( ::io::deephaven::proto::backplane::grpc::TableReference* right_id) { if (GetArenaForAllocation() == nullptr) { delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(right_id_); @@ -16735,9 +16045,9 @@ inline void LeftJoinTablesRequest::unsafe_arena_set_allocated_right_id( } else { } - // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.right_id) + // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.right_id) } -inline ::io::deephaven::proto::backplane::grpc::TableReference* LeftJoinTablesRequest::release_right_id() { +inline ::io::deephaven::proto::backplane::grpc::TableReference* ExactJoinTablesRequest::release_right_id() { ::io::deephaven::proto::backplane::grpc::TableReference* temp = right_id_; right_id_ = nullptr; @@ -16752,14 +16062,14 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* LeftJoinTablesRe #endif // !PROTOBUF_FORCE_COPY_IN_RELEASE return temp; } -inline ::io::deephaven::proto::backplane::grpc::TableReference* LeftJoinTablesRequest::unsafe_arena_release_right_id() { - // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.right_id) +inline ::io::deephaven::proto::backplane::grpc::TableReference* ExactJoinTablesRequest::unsafe_arena_release_right_id() { + // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.right_id) ::io::deephaven::proto::backplane::grpc::TableReference* temp = right_id_; right_id_ = nullptr; return temp; } -inline ::io::deephaven::proto::backplane::grpc::TableReference* LeftJoinTablesRequest::_internal_mutable_right_id() { +inline ::io::deephaven::proto::backplane::grpc::TableReference* ExactJoinTablesRequest::_internal_mutable_right_id() { if (right_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); @@ -16767,12 +16077,12 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* LeftJoinTablesRe } return right_id_; } -inline ::io::deephaven::proto::backplane::grpc::TableReference* LeftJoinTablesRequest::mutable_right_id() { +inline ::io::deephaven::proto::backplane::grpc::TableReference* ExactJoinTablesRequest::mutable_right_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_right_id(); - // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.right_id) + // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.right_id) return _msg; } -inline void LeftJoinTablesRequest::set_allocated_right_id(::io::deephaven::proto::backplane::grpc::TableReference* right_id) { +inline void ExactJoinTablesRequest::set_allocated_right_id(::io::deephaven::proto::backplane::grpc::TableReference* right_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { delete right_id_; @@ -16789,156 +16099,156 @@ inline void LeftJoinTablesRequest::set_allocated_right_id(::io::deephaven::proto } right_id_ = right_id; - // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.right_id) + // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.right_id) } // repeated string columns_to_match = 4; -inline int LeftJoinTablesRequest::_internal_columns_to_match_size() const { +inline int ExactJoinTablesRequest::_internal_columns_to_match_size() const { return columns_to_match_.size(); } -inline int LeftJoinTablesRequest::columns_to_match_size() const { +inline int ExactJoinTablesRequest::columns_to_match_size() const { return _internal_columns_to_match_size(); } -inline void LeftJoinTablesRequest::clear_columns_to_match() { +inline void ExactJoinTablesRequest::clear_columns_to_match() { columns_to_match_.Clear(); } -inline std::string* LeftJoinTablesRequest::add_columns_to_match() { +inline std::string* ExactJoinTablesRequest::add_columns_to_match() { std::string* _s = _internal_add_columns_to_match(); - // @@protoc_insertion_point(field_add_mutable:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_match) + // @@protoc_insertion_point(field_add_mutable:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_match) return _s; } -inline const std::string& LeftJoinTablesRequest::_internal_columns_to_match(int index) const { +inline const std::string& ExactJoinTablesRequest::_internal_columns_to_match(int index) const { return columns_to_match_.Get(index); } -inline const std::string& LeftJoinTablesRequest::columns_to_match(int index) const { - // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_match) +inline const std::string& ExactJoinTablesRequest::columns_to_match(int index) const { + // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_match) return _internal_columns_to_match(index); } -inline std::string* LeftJoinTablesRequest::mutable_columns_to_match(int index) { - // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_match) +inline std::string* ExactJoinTablesRequest::mutable_columns_to_match(int index) { + // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_match) return columns_to_match_.Mutable(index); } -inline void LeftJoinTablesRequest::set_columns_to_match(int index, const std::string& value) { +inline void ExactJoinTablesRequest::set_columns_to_match(int index, const std::string& value) { columns_to_match_.Mutable(index)->assign(value); - // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_match) + // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_match) } -inline void LeftJoinTablesRequest::set_columns_to_match(int index, std::string&& value) { +inline void ExactJoinTablesRequest::set_columns_to_match(int index, std::string&& value) { columns_to_match_.Mutable(index)->assign(std::move(value)); - // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_match) + // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_match) } -inline void LeftJoinTablesRequest::set_columns_to_match(int index, const char* value) { +inline void ExactJoinTablesRequest::set_columns_to_match(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); columns_to_match_.Mutable(index)->assign(value); - // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_match) + // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_match) } -inline void LeftJoinTablesRequest::set_columns_to_match(int index, const char* value, size_t size) { +inline void ExactJoinTablesRequest::set_columns_to_match(int index, const char* value, size_t size) { columns_to_match_.Mutable(index)->assign( reinterpret_cast(value), size); - // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_match) + // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_match) } -inline std::string* LeftJoinTablesRequest::_internal_add_columns_to_match() { +inline std::string* ExactJoinTablesRequest::_internal_add_columns_to_match() { return columns_to_match_.Add(); } -inline void LeftJoinTablesRequest::add_columns_to_match(const std::string& value) { +inline void ExactJoinTablesRequest::add_columns_to_match(const std::string& value) { columns_to_match_.Add()->assign(value); - // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_match) + // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_match) } -inline void LeftJoinTablesRequest::add_columns_to_match(std::string&& value) { +inline void ExactJoinTablesRequest::add_columns_to_match(std::string&& value) { columns_to_match_.Add(std::move(value)); - // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_match) + // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_match) } -inline void LeftJoinTablesRequest::add_columns_to_match(const char* value) { +inline void ExactJoinTablesRequest::add_columns_to_match(const char* value) { GOOGLE_DCHECK(value != nullptr); columns_to_match_.Add()->assign(value); - // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_match) + // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_match) } -inline void LeftJoinTablesRequest::add_columns_to_match(const char* value, size_t size) { +inline void ExactJoinTablesRequest::add_columns_to_match(const char* value, size_t size) { columns_to_match_.Add()->assign(reinterpret_cast(value), size); - // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_match) + // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_match) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& -LeftJoinTablesRequest::columns_to_match() const { - // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_match) +ExactJoinTablesRequest::columns_to_match() const { + // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_match) return columns_to_match_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* -LeftJoinTablesRequest::mutable_columns_to_match() { - // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_match) +ExactJoinTablesRequest::mutable_columns_to_match() { + // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_match) return &columns_to_match_; } // repeated string columns_to_add = 5; -inline int LeftJoinTablesRequest::_internal_columns_to_add_size() const { +inline int ExactJoinTablesRequest::_internal_columns_to_add_size() const { return columns_to_add_.size(); } -inline int LeftJoinTablesRequest::columns_to_add_size() const { +inline int ExactJoinTablesRequest::columns_to_add_size() const { return _internal_columns_to_add_size(); } -inline void LeftJoinTablesRequest::clear_columns_to_add() { +inline void ExactJoinTablesRequest::clear_columns_to_add() { columns_to_add_.Clear(); } -inline std::string* LeftJoinTablesRequest::add_columns_to_add() { +inline std::string* ExactJoinTablesRequest::add_columns_to_add() { std::string* _s = _internal_add_columns_to_add(); - // @@protoc_insertion_point(field_add_mutable:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_add) + // @@protoc_insertion_point(field_add_mutable:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_add) return _s; } -inline const std::string& LeftJoinTablesRequest::_internal_columns_to_add(int index) const { +inline const std::string& ExactJoinTablesRequest::_internal_columns_to_add(int index) const { return columns_to_add_.Get(index); } -inline const std::string& LeftJoinTablesRequest::columns_to_add(int index) const { - // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_add) +inline const std::string& ExactJoinTablesRequest::columns_to_add(int index) const { + // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_add) return _internal_columns_to_add(index); } -inline std::string* LeftJoinTablesRequest::mutable_columns_to_add(int index) { - // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_add) +inline std::string* ExactJoinTablesRequest::mutable_columns_to_add(int index) { + // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_add) return columns_to_add_.Mutable(index); } -inline void LeftJoinTablesRequest::set_columns_to_add(int index, const std::string& value) { +inline void ExactJoinTablesRequest::set_columns_to_add(int index, const std::string& value) { columns_to_add_.Mutable(index)->assign(value); - // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_add) + // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_add) } -inline void LeftJoinTablesRequest::set_columns_to_add(int index, std::string&& value) { +inline void ExactJoinTablesRequest::set_columns_to_add(int index, std::string&& value) { columns_to_add_.Mutable(index)->assign(std::move(value)); - // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_add) + // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_add) } -inline void LeftJoinTablesRequest::set_columns_to_add(int index, const char* value) { +inline void ExactJoinTablesRequest::set_columns_to_add(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); columns_to_add_.Mutable(index)->assign(value); - // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_add) + // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_add) } -inline void LeftJoinTablesRequest::set_columns_to_add(int index, const char* value, size_t size) { +inline void ExactJoinTablesRequest::set_columns_to_add(int index, const char* value, size_t size) { columns_to_add_.Mutable(index)->assign( reinterpret_cast(value), size); - // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_add) + // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_add) } -inline std::string* LeftJoinTablesRequest::_internal_add_columns_to_add() { +inline std::string* ExactJoinTablesRequest::_internal_add_columns_to_add() { return columns_to_add_.Add(); } -inline void LeftJoinTablesRequest::add_columns_to_add(const std::string& value) { +inline void ExactJoinTablesRequest::add_columns_to_add(const std::string& value) { columns_to_add_.Add()->assign(value); - // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_add) + // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_add) } -inline void LeftJoinTablesRequest::add_columns_to_add(std::string&& value) { +inline void ExactJoinTablesRequest::add_columns_to_add(std::string&& value) { columns_to_add_.Add(std::move(value)); - // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_add) + // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_add) } -inline void LeftJoinTablesRequest::add_columns_to_add(const char* value) { +inline void ExactJoinTablesRequest::add_columns_to_add(const char* value) { GOOGLE_DCHECK(value != nullptr); columns_to_add_.Add()->assign(value); - // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_add) + // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_add) } -inline void LeftJoinTablesRequest::add_columns_to_add(const char* value, size_t size) { +inline void ExactJoinTablesRequest::add_columns_to_add(const char* value, size_t size) { columns_to_add_.Add()->assign(reinterpret_cast(value), size); - // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_add) + // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_add) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& -LeftJoinTablesRequest::columns_to_add() const { - // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_add) +ExactJoinTablesRequest::columns_to_add() const { + // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_add) return columns_to_add_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* -LeftJoinTablesRequest::mutable_columns_to_add() { - // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_add) +ExactJoinTablesRequest::mutable_columns_to_add() { + // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_add) return &columns_to_add_; } @@ -24021,81 +23331,7 @@ inline ::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest* BatchTab return _msg; } -// .io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest left_join = 26; -inline bool BatchTableRequest_Operation::_internal_has_left_join() const { - return op_case() == kLeftJoin; -} -inline bool BatchTableRequest_Operation::has_left_join() const { - return _internal_has_left_join(); -} -inline void BatchTableRequest_Operation::set_has_left_join() { - _oneof_case_[0] = kLeftJoin; -} -inline void BatchTableRequest_Operation::clear_left_join() { - if (_internal_has_left_join()) { - if (GetArenaForAllocation() == nullptr) { - delete op_.left_join_; - } - clear_has_op(); - } -} -inline ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* BatchTableRequest_Operation::release_left_join() { - // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.left_join) - if (_internal_has_left_join()) { - clear_has_op(); - ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* temp = op_.left_join_; - if (GetArenaForAllocation() != nullptr) { - temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); - } - op_.left_join_ = nullptr; - return temp; - } else { - return nullptr; - } -} -inline const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest& BatchTableRequest_Operation::_internal_left_join() const { - return _internal_has_left_join() - ? *op_.left_join_ - : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest&>(::io::deephaven::proto::backplane::grpc::_LeftJoinTablesRequest_default_instance_); -} -inline const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest& BatchTableRequest_Operation::left_join() const { - // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.left_join) - return _internal_left_join(); -} -inline ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* BatchTableRequest_Operation::unsafe_arena_release_left_join() { - // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.left_join) - if (_internal_has_left_join()) { - clear_has_op(); - ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* temp = op_.left_join_; - op_.left_join_ = nullptr; - return temp; - } else { - return nullptr; - } -} -inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_left_join(::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* left_join) { - clear_op(); - if (left_join) { - set_has_left_join(); - op_.left_join_ = left_join; - } - // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.left_join) -} -inline ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* BatchTableRequest_Operation::_internal_mutable_left_join() { - if (!_internal_has_left_join()) { - clear_op(); - set_has_left_join(); - op_.left_join_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest >(GetArenaForAllocation()); - } - return op_.left_join_; -} -inline ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* BatchTableRequest_Operation::mutable_left_join() { - ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* _msg = _internal_mutable_left_join(); - // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.left_join) - return _msg; -} - -// .io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest as_of_join = 27; +// .io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest as_of_join = 26; inline bool BatchTableRequest_Operation::_internal_has_as_of_join() const { return op_case() == kAsOfJoin; } @@ -24169,7 +23405,7 @@ inline ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest* BatchTabl return _msg; } -// .io.deephaven.proto.backplane.grpc.FetchTableRequest fetch_table = 28; +// .io.deephaven.proto.backplane.grpc.FetchTableRequest fetch_table = 27; inline bool BatchTableRequest_Operation::_internal_has_fetch_table() const { return op_case() == kFetchTable; } @@ -24243,7 +23479,7 @@ inline ::io::deephaven::proto::backplane::grpc::FetchTableRequest* BatchTableReq return _msg; } -// .io.deephaven.proto.backplane.grpc.FetchPandasTableRequest fetch_pandas_table = 29; +// .io.deephaven.proto.backplane.grpc.FetchPandasTableRequest fetch_pandas_table = 28; inline bool BatchTableRequest_Operation::_internal_has_fetch_pandas_table() const { return op_case() == kFetchPandasTable; } @@ -24317,7 +23553,7 @@ inline ::io::deephaven::proto::backplane::grpc::FetchPandasTableRequest* BatchTa return _msg; } -// .io.deephaven.proto.backplane.grpc.ApplyPreviewColumnsRequest apply_preview_columns = 30; +// .io.deephaven.proto.backplane.grpc.ApplyPreviewColumnsRequest apply_preview_columns = 29; inline bool BatchTableRequest_Operation::_internal_has_apply_preview_columns() const { return op_case() == kApplyPreviewColumns; } @@ -24391,7 +23627,7 @@ inline ::io::deephaven::proto::backplane::grpc::ApplyPreviewColumnsRequest* Batc return _msg; } -// .io.deephaven.proto.backplane.grpc.CreateInputTableRequest create_input_table = 31; +// .io.deephaven.proto.backplane.grpc.CreateInputTableRequest create_input_table = 30; inline bool BatchTableRequest_Operation::_internal_has_create_input_table() const { return op_case() == kCreateInputTable; } @@ -24623,8 +23859,6 @@ BatchTableRequest::ops() const { // ------------------------------------------------------------------- -// ------------------------------------------------------------------- - // @@protoc_insertion_point(namespace_scope)