Attribute Macrosยง
- This procedural macro is intended to parse a rust custom attribute and create user documentation from it by constructing a
DocumentBuilder()
automatically. TheDocumentation
can be retrieved from thedocumentation()
method declared onAggregateUDF
,WindowUDFImpl
,ScalarUDFImpl
traits.