Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
try_from_data_sink_exec
Method · 0.80
roundtrip_csv_sink
Function · 0.80
fmt_as
Method · 0.80
Calls
1
as_ref
Method · 0.45
Tested by
1
roundtrip_csv_sink
Function · 0.64