MCPcopy Create free account
hub / github.com/apache/cloudberry / lo_import

Function lo_import

src/interfaces/libpq/fe-lobj.c:633–637  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

631 */
632
633Oid
634lo_import(PGconn *conn, const char *filename)
635{
636 return lo_import_internal(conn, filename, InvalidOid);
637}
638
639/*
640 * lo_import_with_oid -

Callers 3

mainFunction · 0.85
mainFunction · 0.85
do_lo_importFunction · 0.85

Calls 1

lo_import_internalFunction · 0.70

Tested by 2

mainFunction · 0.68
mainFunction · 0.68