Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
633
Oid
634
lo_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
main
Function · 0.85
main
Function · 0.85
do_lo_import
Function · 0.85
Calls
1
lo_import_internal
Function · 0.70
Tested by
2
main
Function · 0.68
main
Function · 0.68