Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
331
struct ARROW_EXPORT ExecResult {
Callers
1
GetTypes
Function · 0.45
Calls
2
is_array
Method · 0.95
get
Method · 0.45
Tested by
no test coverage detected