MCPcopy Create free account
hub / github.com/apache/arrow / type

Method type

cpp/src/arrow/compute/exec.h:322–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320 }
321
322 const DataType* type() const {
323 if (this->is_array()) {
324 return array.type;
325 } else {
326 return scalar->type.get();
327 }
328 }
329};
330
331struct ARROW_EXPORT ExecResult {

Callers 1

GetTypesFunction · 0.45

Calls 2

is_arrayMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected