Skip to content

Commit fb4a2bf

Browse files
committed
Add ComponentReflection::verifier
1 parent 39343f2 commit fb4a2bf

File tree

4 files changed

+120
-0
lines changed

4 files changed

+120
-0
lines changed

crates/build/re_types_builder/src/codegen/rust/reflection.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ fn generate_component_reflection(
147147
docstring_md: #docstring_md,
148148
custom_placeholder: #custom_placeholder,
149149
datatype: #type_name::arrow_datatype(),
150+
verifier: #type_name::verify_arrow_array,
150151
}
151152
};
152153
quoted_pairs.push(quote! { (#quoted_name, #quoted_reflection) });

0 commit comments

Comments
 (0)