diff --git a/docs/cpp/main/annotated.html b/docs/cpp/main/annotated.html
index fd837bcc75766..e547f995c5857 100644
--- a/docs/cpp/main/annotated.html
+++ b/docs/cpp/main/annotated.html
@@ -201,8 +201,8 @@
CAutoSpaceViews | Component: Whether or not space views should be created automatically |
CColumnShare | Component: The layout share of a column in the container |
CComponentColumnSelector | Component: Describe a component column to be selected in the dataframe view |
- CFilterByEvent | Component: Configuration for the filter-by-event feature of the dataframe view |
- CFilterByRange | Component: Configuration for a filter-by-range feature of the dataframe view |
+ CFilterByRange | Component: Configuration for a filter-by-range feature of the dataframe view |
+ CFilterIsNotNull | Component: Configuration for the filter is not null feature of the dataframe view |
CGridColumns | Component: How many columns a grid container should have |
CIncludedContent | Component: All the contents in the container |
CIncludedSpaceView | Component: The unique id of a space view, used to refer to views in containers |
@@ -224,8 +224,8 @@
CVisualizerOverrides | Component: Override the visualizers for an entity |
►Ndatatypes | |
CComponentColumnSelector | Datatype: Describe a component column to be selected in the dataframe view |
- CFilterByEvent | Datatype: Configuration for the filter by event feature of the dataframe view |
- CFilterByRange | Datatype: Configuration for the filter-by-range feature of the dataframe view |
+ CFilterByRange | Datatype: Configuration for the filter-by-range feature of the dataframe view |
+ CFilterIsNotNull | Datatype: Configuration for the filter is not null feature of the dataframe view |
CSelectedColumns | Datatype: List of selected columns in a dataframe |
CTensorDimensionIndexSlider | Datatype: Defines a slider for the index of some dimension |
CUtf8List | Datatype: A list of strings of text, encoded as UTF-8 |
diff --git a/docs/cpp/main/annotated_dup.js b/docs/cpp/main/annotated_dup.js
index 4aed4f82453c9..398d971b7f3d2 100644
--- a/docs/cpp/main/annotated_dup.js
+++ b/docs/cpp/main/annotated_dup.js
@@ -102,8 +102,8 @@ var annotated_dup =
[ "AutoSpaceViews", "structrerun_1_1blueprint_1_1components_1_1AutoSpaceViews.html", "structrerun_1_1blueprint_1_1components_1_1AutoSpaceViews" ],
[ "ColumnShare", "structrerun_1_1blueprint_1_1components_1_1ColumnShare.html", "structrerun_1_1blueprint_1_1components_1_1ColumnShare" ],
[ "ComponentColumnSelector", "structrerun_1_1blueprint_1_1components_1_1ComponentColumnSelector.html", "structrerun_1_1blueprint_1_1components_1_1ComponentColumnSelector" ],
- [ "FilterByEvent", "structrerun_1_1blueprint_1_1components_1_1FilterByEvent.html", "structrerun_1_1blueprint_1_1components_1_1FilterByEvent" ],
[ "FilterByRange", "structrerun_1_1blueprint_1_1components_1_1FilterByRange.html", "structrerun_1_1blueprint_1_1components_1_1FilterByRange" ],
+ [ "FilterIsNotNull", "structrerun_1_1blueprint_1_1components_1_1FilterIsNotNull.html", "structrerun_1_1blueprint_1_1components_1_1FilterIsNotNull" ],
[ "GridColumns", "structrerun_1_1blueprint_1_1components_1_1GridColumns.html", "structrerun_1_1blueprint_1_1components_1_1GridColumns" ],
[ "IncludedContent", "structrerun_1_1blueprint_1_1components_1_1IncludedContent.html", "structrerun_1_1blueprint_1_1components_1_1IncludedContent" ],
[ "IncludedSpaceView", "structrerun_1_1blueprint_1_1components_1_1IncludedSpaceView.html", "structrerun_1_1blueprint_1_1components_1_1IncludedSpaceView" ],
@@ -126,8 +126,8 @@ var annotated_dup =
] ],
[ "datatypes", null, [
[ "ComponentColumnSelector", "structrerun_1_1blueprint_1_1datatypes_1_1ComponentColumnSelector.html", "structrerun_1_1blueprint_1_1datatypes_1_1ComponentColumnSelector" ],
- [ "FilterByEvent", "structrerun_1_1blueprint_1_1datatypes_1_1FilterByEvent.html", "structrerun_1_1blueprint_1_1datatypes_1_1FilterByEvent" ],
[ "FilterByRange", "structrerun_1_1blueprint_1_1datatypes_1_1FilterByRange.html", "structrerun_1_1blueprint_1_1datatypes_1_1FilterByRange" ],
+ [ "FilterIsNotNull", "structrerun_1_1blueprint_1_1datatypes_1_1FilterIsNotNull.html", "structrerun_1_1blueprint_1_1datatypes_1_1FilterIsNotNull" ],
[ "SelectedColumns", "structrerun_1_1blueprint_1_1datatypes_1_1SelectedColumns.html", "structrerun_1_1blueprint_1_1datatypes_1_1SelectedColumns" ],
[ "TensorDimensionIndexSlider", "structrerun_1_1blueprint_1_1datatypes_1_1TensorDimensionIndexSlider.html", "structrerun_1_1blueprint_1_1datatypes_1_1TensorDimensionIndexSlider" ],
[ "Utf8List", "structrerun_1_1blueprint_1_1datatypes_1_1Utf8List.html", null ]
diff --git a/docs/cpp/main/blueprint_2components_8hpp_source.html b/docs/cpp/main/blueprint_2components_8hpp_source.html
index abd0f03ce6aee..51810688fc206 100644
--- a/docs/cpp/main/blueprint_2components_8hpp_source.html
+++ b/docs/cpp/main/blueprint_2components_8hpp_source.html
@@ -116,8 +116,8 @@
11#include "blueprint/components/component_column_selector.hpp"
12#include "blueprint/components/container_kind.hpp"
13#include "blueprint/components/corner2d.hpp"
- 14#include "blueprint/components/filter_by_event.hpp"
- 15#include "blueprint/components/filter_by_range.hpp"
+ 14#include "blueprint/components/filter_by_range.hpp"
+ 15#include "blueprint/components/filter_is_not_null.hpp"
16#include "blueprint/components/grid_columns.hpp"
17#include "blueprint/components/included_content.hpp"
18#include "blueprint/components/included_space_view.hpp"
diff --git a/docs/cpp/main/blueprint_2datatypes_8hpp_source.html b/docs/cpp/main/blueprint_2datatypes_8hpp_source.html
index 2f2957dce3aab..d329e712d84a0 100644
--- a/docs/cpp/main/blueprint_2datatypes_8hpp_source.html
+++ b/docs/cpp/main/blueprint_2datatypes_8hpp_source.html
@@ -108,8 +108,8 @@
5#include "blueprint/datatypes/component_column_selector.hpp"
- 6#include "blueprint/datatypes/filter_by_event.hpp"
- 7#include "blueprint/datatypes/filter_by_range.hpp"
+ 6#include "blueprint/datatypes/filter_by_range.hpp"
+ 7#include "blueprint/datatypes/filter_is_not_null.hpp"
8#include "blueprint/datatypes/selected_columns.hpp"
9#include "blueprint/datatypes/tensor_dimension_index_slider.hpp"
10#include "blueprint/datatypes/utf8list.hpp"
diff --git a/docs/cpp/main/classes.html b/docs/cpp/main/classes.html
index a3eddee3cbce6..2a77be10547bf 100644
--- a/docs/cpp/main/classes.html
+++ b/docs/cpp/main/classes.html
@@ -122,7 +122,7 @@
Ellipsoids3D (rerun::archetypes)EncodedImage (rerun::archetypes)EntityPath (rerun::components)EntityPath (rerun::datatypes)Error (rerun)exception (cxxopts::exceptions)
- F
-- FillRatio (rerun::components)
- FilterByEvent (rerun::blueprint::components)
- FilterByEvent (rerun::blueprint::datatypes)
- FilterByRange (rerun::blueprint::components)
- FilterByRange (rerun::blueprint::datatypes)
- Float32 (rerun::datatypes)
- Float64 (rerun::datatypes)
+FillRatio (rerun::components)FilterByRange (rerun::blueprint::components)FilterByRange (rerun::blueprint::datatypes)FilterIsNotNull (rerun::blueprint::components)FilterIsNotNull (rerun::blueprint::datatypes)Float32 (rerun::datatypes)Float64 (rerun::datatypes)
- G
- GammaCorrection (rerun::components)
- gratuitous_argument_for_option (cxxopts::exceptions)
- GridColumns (rerun::blueprint::components)
diff --git a/docs/cpp/main/components_2filter__by__event_8hpp_source.html b/docs/cpp/main/components_2filter__is__not__null_8hpp_source.html
similarity index 67%
rename from docs/cpp/main/components_2filter__by__event_8hpp_source.html
rename to docs/cpp/main/components_2filter__is__not__null_8hpp_source.html
index b82de090c001b..96ac2571c7321 100644
--- a/docs/cpp/main/components_2filter__by__event_8hpp_source.html
+++ b/docs/cpp/main/components_2filter__is__not__null_8hpp_source.html
@@ -7,7 +7,7 @@
- Rerun C++ SDK: rerun/blueprint/components/filter_by_event.hpp Source File
+ Rerun C++ SDK: rerun/blueprint/components/filter_is_not_null.hpp Source File
@@ -74,7 +74,7 @@
@@ -100,15 +100,15 @@
-
+
-
6#include "../../blueprint/datatypes/filter_by_event.hpp"
+
6#include "../../blueprint/datatypes/filter_is_not_null.hpp"
7#include "../../result.hpp"
@@ -116,75 +116,76 @@
13namespace rerun::blueprint::components {
-
-
-
+
+
+
-
+
-
-
22 : filter_by_event(std::move(filter_by_event_)) {}
+
+
22 : filter_is_not_null(std::move(filter_is_not_null_)) {}
-
-
25 filter_by_event = std::move(filter_by_event_);
-
-
-
-
-
-
31 return filter_by_event;
-
-
-
-
-
-
-
-
-
-
-
-
-
44 struct Loggable<blueprint::components::FilterByEvent> {
-
45 static constexpr const char Name[] =
"rerun.blueprint.components.FilterByEvent";
-
-
-
48 static const std::shared_ptr<arrow::DataType>& arrow_datatype() {
-
-
-
-
-
53 static Result<std::shared_ptr<arrow::Array>> to_arrow(
-
54 const blueprint::components::FilterByEvent* instances,
size_t num_instances
-
-
56 if (num_instances == 0) {
-
57 return Loggable<rerun::blueprint::datatypes::FilterByEvent>::to_arrow(
nullptr, 0);
-
58 }
else if (instances ==
nullptr) {
-
-
60 ErrorCode::UnexpectedNullArgument,
-
61 "Passed array instances is null when num_elements> 0."
-
-
-
64 return Loggable<rerun::blueprint::datatypes::FilterByEvent>::to_arrow(
-
65 &instances->filter_by_event,
-
-
-
-
-
-
+
+
+
26 filter_is_not_null = std::move(filter_is_not_null_);
+
+
+
+
+
+
32 return filter_is_not_null;
+
+
+
+
+
+
+
+
+
+
+
+
+
45 struct Loggable<blueprint::components::FilterIsNotNull> {
+
46 static constexpr const char Name[] =
"rerun.blueprint.components.FilterIsNotNull";
+
+
+
49 static const std::shared_ptr<arrow::DataType>& arrow_datatype() {
+
+
+
+
+
54 static Result<std::shared_ptr<arrow::Array>> to_arrow(
+
55 const blueprint::components::FilterIsNotNull* instances,
size_t num_instances
+
+
57 if (num_instances == 0) {
+
58 return Loggable<rerun::blueprint::datatypes::FilterIsNotNull>::to_arrow(
nullptr, 0);
+
59 }
else if (instances ==
nullptr) {
+
+
61 ErrorCode::UnexpectedNullArgument,
+
62 "Passed array instances is null when num_elements> 0."
+
+
+
65 return Loggable<rerun::blueprint::datatypes::FilterIsNotNull>::to_arrow(
+
66 &instances->filter_is_not_null,
+
+
+
+
+
+
Status outcome object (success or error) returned for fallible operations.
Definition error.hpp:95
All Rerun C++ types and functions are in the rerun namespace or one of its nested namespaces.
Definition rerun.hpp:22
The Loggable trait is used by all built-in implementation of rerun::AsComponents to serialize a colle...
Definition loggable.hpp:11
-
Component: Configuration for the filter-by-event feature of the dataframe view.
Definition filter_by_event.hpp:15
-
Datatype: Configuration for the filter by event feature of the dataframe view.
Definition filter_by_event.hpp:21
+
Component: Configuration for the filter is not null feature of the dataframe view.
Definition filter_is_not_null.hpp:15
+
Datatype: Configuration for the filter is not null feature of the dataframe view.
Definition filter_is_not_null.hpp:21
diff --git a/docs/cpp/main/dataframe__query_8hpp_source.html b/docs/cpp/main/dataframe__query_8hpp_source.html
index 5bbbb02a3254c..2cc5c54e41140 100644
--- a/docs/cpp/main/dataframe__query_8hpp_source.html
+++ b/docs/cpp/main/dataframe__query_8hpp_source.html
@@ -109,8 +109,8 @@
6#include "../../blueprint/components/apply_latest_at.hpp"
- 7#include "../../blueprint/components/filter_by_event.hpp"
- 8#include "../../blueprint/components/filter_by_range.hpp"
+ 7#include "../../blueprint/components/filter_by_range.hpp"
+ 8#include "../../blueprint/components/filter_is_not_null.hpp"
9#include "../../blueprint/components/selected_columns.hpp"
10#include "../../blueprint/components/timeline_name.hpp"
11#include "../../collection.hpp"
@@ -138,7 +138,7 @@
-
+
@@ -178,10 +178,10 @@
-
-
+
+
-
+
81 RR_WITH_MAYBE_UNINITIALIZED_DISABLED(
return std::move(*
this);)
@@ -224,17 +224,17 @@
Archetype: The query for the dataframe view.
Definition dataframe_query.hpp:24
DataframeQuery with_timeline(rerun::blueprint::components::TimelineName _timeline) &&
The timeline for this query.
Definition dataframe_query.hpp:58
std::optional< rerun::blueprint::components::SelectedColumns > select
Selected columns. If unset, all columns are selected.
Definition dataframe_query.hpp:42
-std::optional< rerun::blueprint::components::FilterByEvent > filter_by_event
If provided, only show rows which contains a logged event for the specified component.
Definition dataframe_query.hpp:36
DataframeQuery with_select(rerun::blueprint::components::SelectedColumns _select) &&
Selected columns. If unset, all columns are selected.
Definition dataframe_query.hpp:94
-DataframeQuery with_filter_by_event(rerun::blueprint::components::FilterByEvent _filter_by_event) &&
If provided, only show rows which contains a logged event for the specified component.
Definition dataframe_query.hpp:76
std::optional< rerun::blueprint::components::FilterByRange > filter_by_range
If provided, only rows whose timestamp is within this range will be shown.
Definition dataframe_query.hpp:33
std::optional< rerun::blueprint::components::ApplyLatestAt > apply_latest_at
Should empty cells be filled with latest-at queries?
Definition dataframe_query.hpp:39
DataframeQuery with_apply_latest_at(rerun::blueprint::components::ApplyLatestAt _apply_latest_at) &&
Should empty cells be filled with latest-at queries?
Definition dataframe_query.hpp:85
std::optional< rerun::blueprint::components::TimelineName > timeline
The timeline for this query.
Definition dataframe_query.hpp:28
DataframeQuery with_filter_by_range(rerun::blueprint::components::FilterByRange _filter_by_range) &&
If provided, only rows whose timestamp is within this range will be shown.
Definition dataframe_query.hpp:67
+std::optional< rerun::blueprint::components::FilterIsNotNull > filter_is_not_null
If provided, only show rows which contains a logged event for the specified component.
Definition dataframe_query.hpp:36
+DataframeQuery with_filter_is_not_null(rerun::blueprint::components::FilterIsNotNull _filter_is_not_null) &&
If provided, only show rows which contains a logged event for the specified component.
Definition dataframe_query.hpp:76
Component: Whether empty cells in a dataframe should be filled with a latest-at query.
Definition apply_latest_at.hpp:14
-Component: Configuration for the filter-by-event feature of the dataframe view.
Definition filter_by_event.hpp:15
Component: Configuration for a filter-by-range feature of the dataframe view.
Definition filter_by_range.hpp:14
+Component: Configuration for the filter is not null feature of the dataframe view.
Definition filter_is_not_null.hpp:15
Component: Describe a component column to be selected in the dataframe view.
Definition selected_columns.hpp:15
Component: A timeline identified by its name.
Definition timeline_name.hpp:16
Indicator component used by archetypes when converting them to component lists.
Definition indicator_component.hpp:30
diff --git a/docs/cpp/main/datatypes_2filter__by__event_8hpp_source.html b/docs/cpp/main/datatypes_2filter__is__not__null_8hpp_source.html
similarity index 81%
rename from docs/cpp/main/datatypes_2filter__by__event_8hpp_source.html
rename to docs/cpp/main/datatypes_2filter__is__not__null_8hpp_source.html
index 539e22bc7ff19..e2ffb609e9ae7 100644
--- a/docs/cpp/main/datatypes_2filter__by__event_8hpp_source.html
+++ b/docs/cpp/main/datatypes_2filter__is__not__null_8hpp_source.html
@@ -7,7 +7,7 @@
- Rerun C++ SDK: rerun/blueprint/datatypes/filter_by_event.hpp Source File
+ Rerun C++ SDK: rerun/blueprint/datatypes/filter_is_not_null.hpp Source File
@@ -74,7 +74,7 @@
@@ -100,11 +100,11 @@
-
+
@@ -122,16 +122,16 @@
19namespace rerun::blueprint::datatypes {
-
-
+
+
-
+
-
+
-
+
@@ -141,20 +141,20 @@
-
-
40 static constexpr const char Name[] =
"rerun.blueprint.datatypes.FilterByEvent";
+
+
40 static constexpr const char Name[] =
"rerun.blueprint.datatypes.FilterIsNotNull";
43 static const std::shared_ptr<arrow::DataType>& arrow_datatype();
-
+
-
+
-
+
@@ -164,16 +164,16 @@
All Rerun C++ types and functions are in the rerun namespace or one of its nested namespaces.
Definition rerun.hpp:22
The Loggable trait is used by all built-in implementation of rerun::AsComponents to serialize a colle...
Definition loggable.hpp:11
Datatype: Describe a component column to be selected in the dataframe view.
Definition component_column_selector.hpp:21
-
Datatype: Configuration for the filter by event feature of the dataframe view.
Definition filter_by_event.hpp:21
-
rerun::blueprint::datatypes::ComponentColumnSelector column
The column used when the filter by event feature is used.
Definition filter_by_event.hpp:26
-
rerun::datatypes::Bool active
Whether the filter by event feature is active.
Definition filter_by_event.hpp:23
+
Datatype: Configuration for the filter is not null feature of the dataframe view.
Definition filter_is_not_null.hpp:21
+
rerun::blueprint::datatypes::ComponentColumnSelector column
The column used when the filter by event feature is used.
Definition filter_is_not_null.hpp:26
+
rerun::datatypes::Bool active
Whether the filter by event feature is active.
Definition filter_is_not_null.hpp:23
Datatype: A single boolean.
Definition bool.hpp:19
diff --git a/docs/cpp/main/dir_651f20cc0fb424ca9583e33d50469d7b.html b/docs/cpp/main/dir_651f20cc0fb424ca9583e33d50469d7b.html
index ace02d7ee9e17..96e5800d73129 100644
--- a/docs/cpp/main/dir_651f20cc0fb424ca9583e33d50469d7b.html
+++ b/docs/cpp/main/dir_651f20cc0fb424ca9583e33d50469d7b.html
@@ -108,10 +108,10 @@
Files
| component_column_selector.hpp |
|
- | filter_by_event.hpp |
- |
| filter_by_range.hpp |
|
+ | filter_is_not_null.hpp |
+ |
| selected_columns.hpp |
|
| tensor_dimension_index_slider.hpp |
diff --git a/docs/cpp/main/dir_651f20cc0fb424ca9583e33d50469d7b.js b/docs/cpp/main/dir_651f20cc0fb424ca9583e33d50469d7b.js
index 122c70a30f886..0f767e99fe3b9 100644
--- a/docs/cpp/main/dir_651f20cc0fb424ca9583e33d50469d7b.js
+++ b/docs/cpp/main/dir_651f20cc0fb424ca9583e33d50469d7b.js
@@ -1,8 +1,8 @@
var dir_651f20cc0fb424ca9583e33d50469d7b =
[
[ "component_column_selector.hpp", "datatypes_2component__column__selector_8hpp_source.html", null ],
- [ "filter_by_event.hpp", "datatypes_2filter__by__event_8hpp_source.html", null ],
[ "filter_by_range.hpp", "datatypes_2filter__by__range_8hpp_source.html", null ],
+ [ "filter_is_not_null.hpp", "datatypes_2filter__is__not__null_8hpp_source.html", null ],
[ "selected_columns.hpp", "datatypes_2selected__columns_8hpp_source.html", null ],
[ "tensor_dimension_index_slider.hpp", "datatypes_2tensor__dimension__index__slider_8hpp_source.html", null ],
[ "utf8list.hpp", "utf8list_8hpp_source.html", null ]
diff --git a/docs/cpp/main/dir_713ac3ef5fa3221dc19943bbf5b7f14b.html b/docs/cpp/main/dir_713ac3ef5fa3221dc19943bbf5b7f14b.html
index a7487136b5c83..4984d80e31d36 100644
--- a/docs/cpp/main/dir_713ac3ef5fa3221dc19943bbf5b7f14b.html
+++ b/docs/cpp/main/dir_713ac3ef5fa3221dc19943bbf5b7f14b.html
@@ -124,10 +124,10 @@
|
| corner2d.hpp |
|
- | filter_by_event.hpp |
- |
| filter_by_range.hpp |
|
+ | filter_is_not_null.hpp |
+ |
| grid_columns.hpp |
|
| included_content.hpp |
diff --git a/docs/cpp/main/dir_713ac3ef5fa3221dc19943bbf5b7f14b.js b/docs/cpp/main/dir_713ac3ef5fa3221dc19943bbf5b7f14b.js
index e6c90ff69ef97..3d0ec4dd3100f 100644
--- a/docs/cpp/main/dir_713ac3ef5fa3221dc19943bbf5b7f14b.js
+++ b/docs/cpp/main/dir_713ac3ef5fa3221dc19943bbf5b7f14b.js
@@ -9,8 +9,8 @@ var dir_713ac3ef5fa3221dc19943bbf5b7f14b =
[ "component_column_selector.hpp", "components_2component__column__selector_8hpp_source.html", null ],
[ "container_kind.hpp", "container__kind_8hpp_source.html", null ],
[ "corner2d.hpp", "corner2d_8hpp_source.html", null ],
- [ "filter_by_event.hpp", "components_2filter__by__event_8hpp_source.html", null ],
[ "filter_by_range.hpp", "components_2filter__by__range_8hpp_source.html", null ],
+ [ "filter_is_not_null.hpp", "components_2filter__is__not__null_8hpp_source.html", null ],
[ "grid_columns.hpp", "grid__columns_8hpp_source.html", null ],
[ "included_content.hpp", "included__content_8hpp_source.html", null ],
[ "included_space_view.hpp", "included__space__view_8hpp_source.html", null ],
diff --git a/docs/cpp/main/files.html b/docs/cpp/main/files.html
index b879d945719cd..2c579602a0476 100644
--- a/docs/cpp/main/files.html
+++ b/docs/cpp/main/files.html
@@ -164,8 +164,8 @@
component_column_selector.hpp | |
container_kind.hpp | |
corner2d.hpp | |
- filter_by_event.hpp | |
- filter_by_range.hpp | |
+ filter_by_range.hpp | |
+ filter_is_not_null.hpp | |
grid_columns.hpp | |
included_content.hpp | |
included_space_view.hpp | |
@@ -189,8 +189,8 @@
visualizer_overrides.hpp | |
► datatypes | |
component_column_selector.hpp | |
- filter_by_event.hpp | |
- filter_by_range.hpp | |
+ filter_by_range.hpp | |
+ filter_is_not_null.hpp | |
selected_columns.hpp | |
tensor_dimension_index_slider.hpp | |
utf8list.hpp | |
diff --git a/docs/cpp/main/functions.html b/docs/cpp/main/functions.html
index fd8996a96e832..1c5ca8b211696 100644
--- a/docs/cpp/main/functions.html
+++ b/docs/cpp/main/functions.html
@@ -104,7 +104,7 @@
- a -
- absolute() : rerun::datatypes::TimeRangeBoundary
-- active : rerun::blueprint::datatypes::FilterByEvent
+- active : rerun::blueprint::datatypes::FilterIsNotNull
- active_tab : rerun::blueprint::archetypes::ContainerBlueprint
- Adapter : rerun::Collection< TElement >
- aggregation_policy : rerun::archetypes::SeriesLine
diff --git a/docs/cpp/main/functions_c.html b/docs/cpp/main/functions_c.html
index 980a23c91b327..78a5079f12e09 100644
--- a/docs/cpp/main/functions_c.html
+++ b/docs/cpp/main/functions_c.html
@@ -121,7 +121,7 @@ - c -
- color_model : rerun::datatypes::ImageFormat
- colormap : rerun::archetypes::DepthImage, rerun::blueprint::archetypes::TensorScalarMapping
- colors : rerun::archetypes::Arrows2D, rerun::archetypes::Arrows3D, rerun::archetypes::Boxes2D, rerun::archetypes::Boxes3D, rerun::archetypes::Ellipsoids3D, rerun::archetypes::LineStrips2D, rerun::archetypes::LineStrips3D, rerun::archetypes::Points2D, rerun::archetypes::Points3D
-- column : rerun::blueprint::datatypes::FilterByEvent
+- column : rerun::blueprint::datatypes::FilterIsNotNull
- columns : rerun::blueprint::components::GridColumns
- component : rerun::blueprint::datatypes::ComponentColumnSelector
- component_columns : rerun::blueprint::datatypes::SelectedColumns
diff --git a/docs/cpp/main/functions_f.html b/docs/cpp/main/functions_f.html
index 08a1b87055919..2a0e3a2f74c6f 100644
--- a/docs/cpp/main/functions_f.html
+++ b/docs/cpp/main/functions_f.html
@@ -109,8 +109,8 @@ - f -