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

Function element_mult

methods/array_ops/src/pg_gp/array_ops.c:1441–1447  ·  view source on GitHub ↗

* Assign result to be (elt1 * elt2). */

Source from the content-addressed store, hash-verified

1439 * Assign result to be (elt1 * elt2).
1440 */
1441static
1442inline
1443Datum
1444element_mult(Datum element, Oid elt_type, Datum result,
1445 Oid result_type, Datum opt_elt, Oid opt_type){
1446 return element_op(element, elt_type, result, result_type, opt_elt, opt_type, float8_mult);
1447}
1448
1449/*
1450 * Assign result to be (elt1 / elt2).

Callers

nothing calls this directly

Calls 1

element_opFunction · 0.85

Tested by

no test coverage detected