6#include "../result.hpp"
19 using Int64Builder = NumericBuilder<Int64Type>;
49 struct Loggable<datatypes::VideoTimestamp> {
50 static constexpr const char Name[] =
"rerun.datatypes.VideoTimestamp";
53 static const std::shared_ptr<arrow::DataType>& arrow_datatype();
56 static Result<std::shared_ptr<arrow::Array>> to_arrow(
57 const datatypes::VideoTimestamp* instances,
size_t num_instances
62 arrow::Int64Builder* builder,
const datatypes::VideoTimestamp* elements,
Status outcome object (success or error) returned for fallible operations.
Definition error.hpp:95
All built-in datatypes. See Types in the Rerun manual.
Definition rerun.hpp:82
All Rerun C++ types and functions are in the rerun namespace or one of its nested namespaces.
Definition rerun.hpp:22
Datatype: 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