6#include "../../datatypes/bool.hpp"
7#include "../../datatypes/utf8.hpp"
8#include "../../result.hpp"
19namespace rerun::blueprint::datatypes {
46 "rerun.blueprint.datatypes.TimelineColumn";
49 static const std::shared_ptr<arrow::DataType>& arrow_datatype();
Status outcome object (success or error) returned for fallible operations.
Definition error.hpp:103
A class for representing either a usable value, or an error.
Definition result.hpp:14
All Rerun C++ types and functions are in the rerun namespace or one of its nested namespaces.
Definition rerun.hpp:23
A type of component that can be registered.
Definition component_type.hpp:19
The Loggable trait is used by all built-in implementation of rerun::AsComponents to serialize a colle...
Definition loggable.hpp:11
Datatype: A timeline column in a table.
Definition timeline_column.hpp:24
rerun::datatypes::Utf8 timeline
Which timeline is this?
Definition timeline_column.hpp:31
rerun::datatypes::Bool visible
Is this column visible?
Definition timeline_column.hpp:28
Datatype: A single boolean.
Definition bool.hpp:19
Datatype: A string of text, encoded as UTF-8.
Definition utf8.hpp:21