MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / EXP_array

Function EXP_array

src/gpre/exp.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120//
121
122gpre_nod* EXP_array(gpre_req* request, gpre_fld* field, bool subscript_flag, bool sql_flag)
123{
124 return par_array(request, field, subscript_flag, sql_flag);
125}
126
127
128//____________________________________________________________

Callers 2

par_array_elementFunction · 0.85
SQE_fieldFunction · 0.85

Calls 1

par_arrayFunction · 0.70

Tested by

no test coverage detected