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 @@  CAutoSpaceViewsComponent: Whether or not space views should be created automatically  CColumnShareComponent: The layout share of a column in the container  CComponentColumnSelectorComponent: Describe a component column to be selected in the dataframe view - CFilterByEventComponent: Configuration for the filter-by-event feature of the dataframe view - CFilterByRangeComponent: Configuration for a filter-by-range feature of the dataframe view + CFilterByRangeComponent: Configuration for a filter-by-range feature of the dataframe view + CFilterIsNotNullComponent: Configuration for the filter is not null feature of the dataframe view  CGridColumnsComponent: How many columns a grid container should have  CIncludedContentComponent: All the contents in the container  CIncludedSpaceViewComponent: The unique id of a space view, used to refer to views in containers @@ -224,8 +224,8 @@  CVisualizerOverridesComponent: Override the visualizers for an entity  Ndatatypes  CComponentColumnSelectorDatatype: Describe a component column to be selected in the dataframe view - CFilterByEventDatatype: Configuration for the filter by event feature of the dataframe view - CFilterByRangeDatatype: Configuration for the filter-by-range feature of the dataframe view + CFilterByRangeDatatype: Configuration for the filter-by-range feature of the dataframe view + CFilterIsNotNullDatatype: Configuration for the filter is not null feature of the dataframe view  CSelectedColumnsDatatype: List of selected columns in a dataframe  CTensorDimensionIndexSliderDatatype: Defines a slider for the index of some dimension  CUtf8ListDatatype: 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 @@
3#pragma once
4
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 @@
-
filter_by_event.hpp
+
filter_is_not_null.hpp
1// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs
-
2// Based on "crates/store/re_types/definitions/rerun/blueprint/components/filter_by_event.fbs".
+
2// Based on "crates/store/re_types/definitions/rerun/blueprint/components/filter_is_not_null.fbs".
3
4#pragma once
5
-
6#include "../../blueprint/datatypes/filter_by_event.hpp"
+
6#include "../../blueprint/datatypes/filter_is_not_null.hpp"
7#include "../../result.hpp"
8
9#include <cstdint>
@@ -116,75 +116,76 @@
11#include <utility>
12
13namespace rerun::blueprint::components {
-
14 /// **Component**: Configuration for the filter-by-event feature of the dataframe view.
- - +
14 /// **Component**: Configuration for the filter is not null feature of the dataframe view.
+ +
17
18 public:
-
19 FilterByEvent() = default;
+
19 FilterIsNotNull() = default;
20
- -
22 : filter_by_event(std::move(filter_by_event_)) {}
+ +
22 : filter_is_not_null(std::move(filter_is_not_null_)) {}
23
- -
25 filter_by_event = std::move(filter_by_event_);
-
26 return *this;
-
27 }
-
28
-
29 /// Cast to the underlying FilterByEvent datatype
- -
31 return filter_by_event;
-
32 }
-
33 };
-
34} // namespace rerun::blueprint::components
-
35
-
36namespace rerun {
-
37 static_assert(
- - -
40 );
-
41
-
42 /// \private
-
43 template <>
-
44 struct Loggable<blueprint::components::FilterByEvent> {
-
45 static constexpr const char Name[] = "rerun.blueprint.components.FilterByEvent";
-
46
-
47 /// Returns the arrow data type this type corresponds to.
-
48 static const std::shared_ptr<arrow::DataType>& arrow_datatype() {
- -
50 }
-
51
-
52 /// Serializes an array of `rerun::blueprint:: components::FilterByEvent` into an arrow array.
-
53 static Result<std::shared_ptr<arrow::Array>> to_arrow(
-
54 const blueprint::components::FilterByEvent* instances, size_t num_instances
-
55 ) {
-
56 if (num_instances == 0) {
-
57 return Loggable<rerun::blueprint::datatypes::FilterByEvent>::to_arrow(nullptr, 0);
-
58 } else if (instances == nullptr) {
-
59 return rerun::Error(
-
60 ErrorCode::UnexpectedNullArgument,
-
61 "Passed array instances is null when num_elements> 0."
-
62 );
-
63 } else {
-
64 return Loggable<rerun::blueprint::datatypes::FilterByEvent>::to_arrow(
-
65 &instances->filter_by_event,
-
66 num_instances
-
67 );
-
68 }
-
69 }
-
70 };
-
71} // namespace rerun
+ +
25 ) {
+
26 filter_is_not_null = std::move(filter_is_not_null_);
+
27 return *this;
+
28 }
+
29
+
30 /// Cast to the underlying FilterIsNotNull datatype
+ +
32 return filter_is_not_null;
+
33 }
+
34 };
+
35} // namespace rerun::blueprint::components
+
36
+
37namespace rerun {
+
38 static_assert(
+ + +
41 );
+
42
+
43 /// \private
+
44 template <>
+
45 struct Loggable<blueprint::components::FilterIsNotNull> {
+
46 static constexpr const char Name[] = "rerun.blueprint.components.FilterIsNotNull";
+
47
+
48 /// Returns the arrow data type this type corresponds to.
+
49 static const std::shared_ptr<arrow::DataType>& arrow_datatype() {
+ +
51 }
+
52
+
53 /// Serializes an array of `rerun::blueprint:: components::FilterIsNotNull` into an arrow array.
+
54 static Result<std::shared_ptr<arrow::Array>> to_arrow(
+
55 const blueprint::components::FilterIsNotNull* instances, size_t num_instances
+
56 ) {
+
57 if (num_instances == 0) {
+
58 return Loggable<rerun::blueprint::datatypes::FilterIsNotNull>::to_arrow(nullptr, 0);
+
59 } else if (instances == nullptr) {
+
60 return rerun::Error(
+
61 ErrorCode::UnexpectedNullArgument,
+
62 "Passed array instances is null when num_elements> 0."
+
63 );
+
64 } else {
+
65 return Loggable<rerun::blueprint::datatypes::FilterIsNotNull>::to_arrow(
+
66 &instances->filter_is_not_null,
+
67 num_instances
+
68 );
+
69 }
+
70 }
+
71 };
+
72} // namespace rerun
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 @@
4#pragma once
5
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 @@
33 std::optional<rerun::blueprint::components::FilterByRange> filter_by_range;
34
35 /// If provided, only show rows which contains a logged event for the specified component.
-
36 std::optional<rerun::blueprint::components::FilterByEvent> filter_by_event;
+
36 std::optional<rerun::blueprint::components::FilterIsNotNull> filter_is_not_null;
37
38 /// Should empty cells be filled with latest-at queries?
39 std::optional<rerun::blueprint::components::ApplyLatestAt> apply_latest_at;
@@ -178,10 +178,10 @@
73 }
74
75 /// If provided, only show rows which contains a logged event for the specified component.
-
76 DataframeQuery with_filter_by_event(
-
77 rerun::blueprint::components::FilterByEvent _filter_by_event
+
76 DataframeQuery with_filter_is_not_null(
+
77 rerun::blueprint::components::FilterIsNotNull _filter_is_not_null
78 ) && {
-
79 filter_by_event = std::move(_filter_by_event);
+
79 filter_is_not_null = std::move(_filter_is_not_null);
80 // See: https://github.com/rerun-io/rerun/issues/4027
81 RR_WITH_MAYBE_UNINITIALIZED_DISABLED(return std::move(*this);)
82 }
@@ -224,17 +224,17 @@
rerun::blueprint::archetypes::DataframeQuery
Archetype: The query for the dataframe view.
Definition dataframe_query.hpp:24
rerun::blueprint::archetypes::DataframeQuery::with_timeline
DataframeQuery with_timeline(rerun::blueprint::components::TimelineName _timeline) &&
The timeline for this query.
Definition dataframe_query.hpp:58
rerun::blueprint::archetypes::DataframeQuery::select
std::optional< rerun::blueprint::components::SelectedColumns > select
Selected columns. If unset, all columns are selected.
Definition dataframe_query.hpp:42
-
rerun::blueprint::archetypes::DataframeQuery::filter_by_event
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
rerun::blueprint::archetypes::DataframeQuery::with_select
DataframeQuery with_select(rerun::blueprint::components::SelectedColumns _select) &&
Selected columns. If unset, all columns are selected.
Definition dataframe_query.hpp:94
-
rerun::blueprint::archetypes::DataframeQuery::with_filter_by_event
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
rerun::blueprint::archetypes::DataframeQuery::filter_by_range
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
rerun::blueprint::archetypes::DataframeQuery::apply_latest_at
std::optional< rerun::blueprint::components::ApplyLatestAt > apply_latest_at
Should empty cells be filled with latest-at queries?
Definition dataframe_query.hpp:39
rerun::blueprint::archetypes::DataframeQuery::with_apply_latest_at
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
rerun::blueprint::archetypes::DataframeQuery::timeline
std::optional< rerun::blueprint::components::TimelineName > timeline
The timeline for this query.
Definition dataframe_query.hpp:28
rerun::blueprint::archetypes::DataframeQuery::with_filter_by_range
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
+
rerun::blueprint::archetypes::DataframeQuery::filter_is_not_null
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
+
rerun::blueprint::archetypes::DataframeQuery::with_filter_is_not_null
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
rerun::blueprint::components::ApplyLatestAt
Component: Whether empty cells in a dataframe should be filled with a latest-at query.
Definition apply_latest_at.hpp:14
-
rerun::blueprint::components::FilterByEvent
Component: Configuration for the filter-by-event feature of the dataframe view.
Definition filter_by_event.hpp:15
rerun::blueprint::components::FilterByRange
Component: Configuration for a filter-by-range feature of the dataframe view.
Definition filter_by_range.hpp:14
+
rerun::blueprint::components::FilterIsNotNull
Component: Configuration for the filter is not null feature of the dataframe view.
Definition filter_is_not_null.hpp:15
rerun::blueprint::components::SelectedColumns
Component: Describe a component column to be selected in the dataframe view.
Definition selected_columns.hpp:15
rerun::blueprint::components::TimelineName
Component: A timeline identified by its name.
Definition timeline_name.hpp:16
rerun::components::IndicatorComponent
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 @@
-
filter_by_event.hpp
+
filter_is_not_null.hpp
1// DO NOT EDIT! This file was auto-generated by crates/build/re_types_builder/src/codegen/cpp/mod.rs
-
2// Based on "crates/store/re_types/definitions/rerun/blueprint/datatypes/filter_by_event.fbs".
+
2// Based on "crates/store/re_types/definitions/rerun/blueprint/datatypes/filter_is_not_null.fbs".
3
4#pragma once
5
@@ -122,16 +122,16 @@
17} // namespace arrow
18
19namespace rerun::blueprint::datatypes {
-
20 /// **Datatype**: Configuration for the filter by event feature of the dataframe view.
- +
20 /// **Datatype**: Configuration for the filter is not null feature of the dataframe view.
+
22 /// Whether the filter by event feature is active.
- +
24
25 /// The column used when the filter by event feature is used.
- +
27
28 public:
-
29 FilterByEvent() = default;
+
29 FilterIsNotNull() = default;
30 };
31} // namespace rerun::blueprint::datatypes
32
@@ -141,20 +141,20 @@
36
37 /// \private
38 template <>
-
39 struct Loggable<blueprint::datatypes::FilterByEvent> {
-
40 static constexpr const char Name[] = "rerun.blueprint.datatypes.FilterByEvent";
+
39 struct Loggable<blueprint::datatypes::FilterIsNotNull> {
+
40 static constexpr const char Name[] = "rerun.blueprint.datatypes.FilterIsNotNull";
41
42 /// Returns the arrow data type this type corresponds to.
43 static const std::shared_ptr<arrow::DataType>& arrow_datatype();
44
-
45 /// Serializes an array of `rerun::blueprint:: datatypes::FilterByEvent` into an arrow array.
+
45 /// Serializes an array of `rerun::blueprint:: datatypes::FilterIsNotNull` into an arrow array.
-
47 const blueprint::datatypes::FilterByEvent* instances, size_t num_instances
+
47 const blueprint::datatypes::FilterIsNotNull* instances, size_t num_instances
48 );
49
50 /// Fills an arrow array builder with an array of this type.
51 static rerun::Error fill_arrow_array_builder(
-
52 arrow::StructBuilder* builder, const blueprint::datatypes::FilterByEvent* elements,
+
52 arrow::StructBuilder* builder, const blueprint::datatypes::FilterIsNotNull* elements,
53 size_t num_elements
54 );
55 };
@@ -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 -