MCPcopy Create free account
hub / github.com/apache/datafusion / doc_sections

Function doc_sections

datafusion/doc/src/udf.rs:22–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 use crate::DocSection;
21
22 pub fn doc_sections() -> Vec<DocSection> {
23 vec![
24 DOC_SECTION_MATH,
25 DOC_SECTION_CONDITIONAL,
26 DOC_SECTION_STRING,
27 DOC_SECTION_BINARY_STRING,
28 DOC_SECTION_REGEX,
29 DOC_SECTION_DATETIME,
30 DOC_SECTION_ARRAY,
31 DOC_SECTION_STRUCT,
32 DOC_SECTION_MAP,
33 DOC_SECTION_HASHING,
34 DOC_SECTION_UNION,
35 DOC_SECTION_OTHER,
36 ]
37 }
38
39 pub const fn doc_sections_const() -> &'static [DocSection] {
40 &[

Callers 3

print_aggregate_docsFunction · 0.50
print_scalar_docsFunction · 0.50
print_window_docsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…