6#include "../component_descriptor.hpp"
7#include "../result.hpp"
8#include "time_range_boundary.hpp"
39 struct Loggable<datatypes::TimeRange> {
43 static const std::shared_ptr<arrow::DataType>& arrow_datatype();
Status outcome object (success or error) returned for fallible operations.
Definition error.hpp:95
A class for representing either a usable value, or an error.
Definition result.hpp:14
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
A ComponentDescriptor fully describes the semantics of a column of data.
Definition component_descriptor.hpp:13
The Loggable trait is used by all built-in implementation of rerun::AsComponents to serialize a colle...
Definition loggable.hpp:11
Datatype: Left or right boundary of a time range.
Definition time_range_boundary.hpp:60
Datatype: Visible time range bounds for a specific timeline.
Definition time_range.hpp:21
rerun::datatypes::TimeRangeBoundary start
Low time boundary for sequence timeline.
Definition time_range.hpp:23
rerun::datatypes::TimeRangeBoundary end
High time boundary for sequence timeline.
Definition time_range.hpp:26