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

Function VectorIndexNonArrayKey

common/errors.cc:3711–3718  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3709 index_name));
3710}
3711absl::Status VectorIndexNonArrayKey(absl::string_view column_string,
3712 absl::string_view index_string) {
3713 return absl::Status(
3714 absl::StatusCode::kInvalidArgument,
3715 absl::Substitute(
3716 "The key column $0 in vector index $1 must be ARRAY type.",
3717 column_string, index_string));
3718}
3719
3720absl::Status VectorIndexArrayKeyMustBeFloatOrDouble(
3721 absl::string_view column_string, absl::string_view index_string) {

Callers 2

ValidateMethod · 0.85
TEST_PFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected