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

Method array

src/ports/postgres/dbconnector/ArrayHandle_impl.hpp:105–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103
104template <typename T>
105inline
106const ArrayType*
107ArrayHandle<T>::array() const {
108 return mArray;
109}
110
111template <typename T>
112inline

Callers 8

runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
VectorToNativeArrayFunction · 0.80
MatrixToNativeArrayFunction · 0.80
VectorXcdToNativeArrayFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected