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

Function ViewDigitBuffer

cpp/src/arrow/util/formatting.h:188–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186
187template <size_t BUFFER_SIZE>
188std::string_view ViewDigitBuffer(const std::array<char, BUFFER_SIZE>& buffer,
189 char* cursor) {
190 auto buffer_end = buffer.data() + BUFFER_SIZE;
191 return {cursor, static_cast<size_t>(buffer_end - cursor)};
192}
193
194template <typename Int, typename UInt = typename std::make_unsigned<Int>::type>
195constexpr UInt Abs(Int value) {

Callers 7

operator()Method · 0.85
FormatDaysMethod · 0.85
operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected