MCPcopy Create free account
hub / github.com/GoogleCloudPlatform/cpp-samples / ColumnCount

Function ColumnCount

getting-started/gcs_indexing.cc:154–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154std::size_t ColumnCount() { return Columns().size(); }
155
156spanner::Mutation UpdateObjectMetadata(gcs::ObjectMetadata const& object) {
157 auto const& columns = Columns();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected