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

Function float8arr_hash

methods/svec_util/src/pg_gp/svec_util.c:693–698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

691PG_FUNCTION_INFO_V1( float8arr_hash);
692
693Datum
694float8arr_hash(PG_FUNCTION_ARGS) {
695 ArrayType *array = PG_GETARG_ARRAYTYPE_P(0);
696
697 PG_RETURN_INT32(float8arr_hash_internal(array));
698}
699
700PG_FUNCTION_INFO_V1( svec_pivot );
701/**

Callers

nothing calls this directly

Calls 1

float8arr_hash_internalFunction · 0.85

Tested by

no test coverage detected