6#include "../result.hpp"
19 using Int64Builder = NumericBuilder<Int64Type>;
49 struct Loggable<encodings::VideoTimestamp> {
50 static constexpr std::string_view ComponentType =
"rerun.encodings.VideoTimestamp";
53 static const std::shared_ptr<arrow::DataType>& arrow_data_type();
56 static Result<std::shared_ptr<arrow::Array>> to_arrow(
57 const encodings::VideoTimestamp* instances,
size_t num_instances
62 arrow::Int64Builder* builder,
const encodings::VideoTimestamp* elements,
Status outcome object (success or error) returned for fallible operations.
Definition error.hpp:103
All built-in encodings. See Types in the Rerun manual.
Definition rerun.hpp:96
All Rerun C++ types and functions are in the rerun namespace or one of its nested namespaces.
Definition rerun.hpp:26
Encoding: Presentation timestamp within a archetypes::AssetVideo.
Definition video_timestamp.hpp:27
int64_t timestamp_ns
Presentation timestamp value in nanoseconds.
Definition video_timestamp.hpp:29