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

Method GetValue

cpp/src/arrow/array/array_primitive.cc:92–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 offset) {}
91
92DayTimeIntervalType::DayMilliseconds DayTimeIntervalArray::GetValue(int64_t i) const {
93 DCHECK(i < length());
94 return *reinterpret_cast<const DayTimeIntervalType::DayMilliseconds*>(
95 raw_values_ + (i + data_->offset) * byte_width());
96}
97
98// ----------------------------------------------------------------------
99// Month, day and Nanos interval

Callers

nothing calls this directly

Calls 2

lengthFunction · 0.70
byte_widthFunction · 0.70

Tested by

no test coverage detected