Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion_macros - Rust
[go: Go Back, main page]

Crate datafusion_macros

Source

Attribute Macrosยง

user_doc
This procedural macro is intended to parse a rust custom attribute and create user documentation from it by constructing a DocumentBuilder() automatically. The Documentation can be retrieved from the documentation() method declared on AggregateUDF, WindowUDFImpl, ScalarUDFImpl traits. For doc_section, this macro will try to find corresponding predefined DocSection by label field Predefined DocSection can be found in datafusion/expr/src/udf.rs Example: