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

Method name

datafusion/datasource/src/sink.rs:176–178  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

174
175impl ExecutionPlan for DataSinkExec {
176 fn name(&self) -> &'static str {
177 "DataSinkExec"
178 }
179
180 /// Return a reference to Any that can be used for downcasting
181 fn properties(&self) -> &Arc<PlanProperties> {

Callers 15

new_from_filesMethod · 0.45
newMethod · 0.45
newMethod · 0.45
fmt_asMethod · 0.45
output_partitioningMethod · 0.45
get_writer_schemaFunction · 0.45

Calls

no outgoing calls