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

Function printout_svec

methods/svec/src/pg_gp/sparse_vector.h:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83
84static inline void printout_svec(SvecType *svec, char *msg, int stop);
85static inline void printout_svec(SvecType *svec, char *msg, int stop)
86{
87 printout_sdata((SparseData)SVEC_SDATAPTR(svec), msg, stop);
88 elog(NOTICE,"len,dimension=%d,%d",VARSIZE(svec),svec->dimension);
89}
90
91char *svec_out_internal(SvecType *svec);
92SvecType *svec_from_sparsedata(SparseData sdata,bool trim);

Callers

nothing calls this directly

Calls 1

printout_sdataFunction · 0.85

Tested by

no test coverage detected