MCPcopy Create free account
hub / github.com/apache/madlib / element_set

Function element_set

methods/array_ops/src/pg_gp/array_ops.c:1397–1403  ·  view source on GitHub ↗

* Assign result to be elt2. */

Source from the content-addressed store, hash-verified

1395 * Assign result to be elt2.
1396 */
1397static
1398inline
1399Datum
1400element_set(Datum element, Oid elt_type, Datum result,
1401 Oid result_type, Datum opt_elt, Oid opt_type){
1402 return element_op(element, elt_type, result, result_type, opt_elt, opt_type, float8_set);
1403}
1404
1405/*
1406 * Assign result to be cos(elt1).

Callers

nothing calls this directly

Calls 1

element_opFunction · 0.85

Tested by

no test coverage detected