6#include "../component_descriptor.hpp"
7#include "../result.hpp"
20 using Int64Builder = NumericBuilder<Int64Type>;
50 struct Loggable<datatypes::VideoTimestamp> {
51 static constexpr ComponentDescriptor Descriptor =
"rerun.datatypes.VideoTimestamp";
54 static const std::shared_ptr<arrow::DataType>& arrow_datatype();
57 static Result<std::shared_ptr<arrow::Array>> to_arrow(
58 const datatypes::VideoTimestamp* instances,
size_t num_instances
63 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:83
All Rerun C++ types and functions are in the rerun namespace or one of its nested namespaces.
Definition rerun.hpp:23
Datatype: Presentation timestamp within a archetypes::AssetVideo.
Definition video_timestamp.hpp:28
int64_t timestamp_ns
Presentation timestamp value in nanoseconds.
Definition video_timestamp.hpp:30