MCPcopy Create free account
hub / github.com/GoogleCloudPlatform/cloud-spanner-emulator / CannotChangeKeyColumn

Function CannotChangeKeyColumn

common/errors.cc:938–943  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

936}
937
938absl::Status CannotChangeKeyColumn(absl::string_view column_name,
939 absl::string_view reason) {
940 return absl::Status(
941 absl::StatusCode::kInvalidArgument,
942 absl::Substitute("Cannot change key column $0.", column_name));
943}
944
945absl::Status CannotChangeKeyColumnWithChildTables(
946 absl::string_view column_name) {

Callers 2

ValidateUpdateMethod · 0.85
table.ccFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected