Files
scylladb/idl/migration_manager.idl.hh
Avi Kivity 0ae22a09d4 LICENSE: Update to version 1.1
Updated terms of non-commercial use (must be a never-customer).
2026-04-12 19:46:33 +03:00

18 lines
634 B
C++

/*
* Copyright 2024-present ScyllaDB
*/
/*
* SPDX-License-Identifier: LicenseRef-ScyllaDB-Source-Available-1.1
*/
#include "utils/chunked_vector.hh"
#include "idl/frozen_mutation.idl.hh"
#include "idl/frozen_schema.idl.hh"
#include "idl/messaging_service.idl.hh"
verb [[with_client_info, cancellable]] migration_request (netw::schema_pull_options options [[version 3.2.0]]) -> utils::chunked_vector<frozen_mutation>, utils::chunked_vector<canonical_mutation> [[version 3.2.0]]
verb get_schema_version (unsigned shard, table_schema_version version) -> frozen_schema
verb [[cancellable]] schema_check () -> table_schema_version