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

Function IndexRefsNonExistentColumn

common/errors.cc:1722–1729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1720}
1721
1722absl::Status IndexRefsNonExistentColumn(absl::string_view index_name,
1723 absl::string_view column_name) {
1724 return absl::Status(
1725 absl::StatusCode::kInvalidArgument,
1726 absl::Substitute("Index $0 specifies key column $1 which does not exist "
1727 "in the index's base table.",
1728 index_name, column_name));
1729}
1730
1731absl::Status AlteringParentColumn(absl::string_view column_name) {
1732 return absl::Status(

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected