6#include "../../encodings/entity_path.hpp"
7#include "../../encodings/utf8.hpp"
8#include "../../result.hpp"
19namespace rerun::blueprint::encodings {
47 "rerun.blueprint.encodings.ComponentColumnSelector";
50 static const std::shared_ptr<arrow::DataType>& arrow_data_type();
59 arrow::StructBuilder* builder,
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:26
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
Encoding: Describe a component column to be selected in the dataframe view.
Definition component_column_selector.hpp:24
rerun::encodings::EntityPath entity_path
The entity path for this component.
Definition component_column_selector.hpp:26
rerun::encodings::Utf8 component
The name of the component.
Definition component_column_selector.hpp:32
Encoding: A path to an entity in the ChunkStore.
Definition entity_path.hpp:21
Encoding: A string of text, encoded as UTF-8.
Definition utf8.hpp:21