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

Method GetDouble

cpp/src/parquet/stream_reader_test.cc:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 static uint64_t GetUInt64(const int i) { return (1ull << 40) + i * i + 101; }
55 static float GetFloat(const int i) { return 3.1415926535897f * i; }
56 static double GetDouble(const int i) { return 6.62607004e-34 * 3e8 * i; }
57
58 static std::chrono::microseconds GetChronoMicroseconds(const int i) {
59 return std::chrono::microseconds{(ts_offset_ + 3 * i) * 1000000ull + i};

Callers 2

ARROW_ASSIGN_OR_RAISEFunction · 0.45
ConvertNumberFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected