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

Class ForeignTableFunction

datafusion/ffi/src/udtf.rs:260–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258/// must occur through the functions defined in FFI_TableFunction.
259#[derive(Debug)]
260pub struct ForeignTableFunction(FFI_TableFunction);
261
262unsafe impl Send for ForeignTableFunction {}
263unsafe impl Sync for ForeignTableFunction {}

Callers 1

fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…