Skip to content

Commit

Permalink
Add ComponentReflection::verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Feb 25, 2025
1 parent 39343f2 commit 104703e
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ fn generate_component_reflection(
docstring_md: #docstring_md,
custom_placeholder: #custom_placeholder,
datatype: #type_name::arrow_datatype(),
verify_arrow_array: #type_name::verify_arrow_array,
}
};
quoted_pairs.push(quote! { (#quoted_name, #quoted_reflection) });
Expand Down
Loading

0 comments on commit 104703e

Please sign in to comment.