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

Method with_sql_example

datafusion/doc/src/lib.rs:254–257  ·  view source on GitHub ↗
(mut self, sql_example: impl Into<String>)

Source from the content-addressed store, hash-verified

252 }
253
254 pub fn with_sql_example(mut self, sql_example: impl Into<String>) -> Self {
255 self.sql_example = Some(sql_example.into());
256 self
257 }
258
259 /// Adds documentation for a specific argument to the documentation.
260 ///

Callers 5

monotonicity.rsFile · 0.80
regr.rsFile · 0.80
nth_value.rsFile · 0.80
lead_lag.rsFile · 0.80
rank.rsFile · 0.80

Calls 1

intoMethod · 0.45

Tested by

no test coverage detected