MCPcopy Create free account
hub / github.com/documentdb/documentdb / bson_build_document

Function bson_build_document

pg_documentdb_core/src/io/bson_io.c:585–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

583
584
585Datum
586bson_build_document(PG_FUNCTION_ARGS)
587{
588 bool isBuildDocument = true;
589 return BsonRepathAndBuildCore(fcinfo, isBuildDocument);
590}
591
592
593inline static void

Callers

nothing calls this directly

Calls 1

BsonRepathAndBuildCoreFunction · 0.85

Tested by

no test coverage detected