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

Method build

datafusion/doc/src/lib.rs:317–337  ·  view source on GitHub ↗

Build the documentation from provided components Panics if `doc_section`, `description` or `syntax_example` is not set

(self)

Source from the content-addressed store, hash-verified

315 ///
316 /// Panics if `doc_section`, `description` or `syntax_example` is not set
317 pub fn build(self) -> Documentation {
318 let Self {
319 doc_section,
320 description,
321 syntax_example,
322 sql_example,
323 arguments,
324 alternative_syntax,
325 related_udfs,
326 } = self;
327
328 Documentation {
329 doc_section,
330 description,
331 syntax_example,
332 sql_example,
333 arguments,
334 alternative_syntax,
335 related_udfs,
336 }
337 }
338}

Callers 15

scanFunction · 0.45
build_merge_planFunction · 0.45
build_no_merge_planFunction · 0.45
tableFunction · 0.45
scan_with_filterFunction · 0.45
plan_tpch_q3Function · 0.45
plan_tpch_q5Function · 0.45
plan_clickbench_groupbyFunction · 0.45
plan_tpcds_subqueryFunction · 0.45
plan_small_schemaFunction · 0.45

Calls

no outgoing calls