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

Function dbms_sql_describe_columns_f

gpcontrib/orafce/dbms_sql.c:2291–2295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2289}
2290
2291Datum
2292dbms_sql_describe_columns_f(PG_FUNCTION_ARGS)
2293{
2294 return dbms_sql_describe_columns(fcinfo);
2295}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected