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

Method sink

datafusion/datasource/src/sink.rs:138–140  ·  view source on GitHub ↗

Returns insert sink

(&self)

Source from the content-addressed store, hash-verified

136
137 /// Returns insert sink
138 pub fn sink(&self) -> &dyn DataSink {
139 self.sink.as_ref()
140 }
141
142 /// Optional sort order for output data
143 pub fn sort_order(&self) -> &Option<LexRequirement> {

Callers 3

roundtrip_csv_sinkFunction · 0.80
fmt_asMethod · 0.80

Calls 1

as_refMethod · 0.45

Tested by 1

roundtrip_csv_sinkFunction · 0.64