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

Function FunctionNotFound

common/errors.cc:4339–4343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4337}
4338
4339absl::Status FunctionNotFound(absl::string_view function_name) {
4340 return absl::Status(
4341 absl::StatusCode::kNotFound,
4342 absl::Substitute("Function not found: $0", function_name));
4343}
4344
4345absl::Status SequenceNotSupportedInPostgreSQL() {
4346 return absl::Status(absl::StatusCode::kUnimplemented,

Callers 3

GetFunctionMethod · 0.85
DropFunctionMethod · 0.85
udf.ccFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected