![]() |
Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
|
DEMO |
Functions | |
| int64_t | now_ns () noexcept |
| Return the current wall-clock time in nanoseconds since epoch. | |
| void | write_le32 (uint8_t *dst, uint32_t v) noexcept |
| Write a 32-bit value in little-endian byte order. | |
| void | write_le64 (uint8_t *dst, uint64_t v) noexcept |
| Write a 64-bit value in little-endian byte order. | |
|
inlinenoexcept |
Return the current wall-clock time in nanoseconds since epoch.
Definition at line 86 of file wal_mapped_segment.hpp.
|
inlinenoexcept |
Write a 32-bit value in little-endian byte order.
Definition at line 97 of file wal_mapped_segment.hpp.
|
inlinenoexcept |
Write a 64-bit value in little-endian byte order.
Definition at line 105 of file wal_mapped_segment.hpp.