Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
FileType in datafusion::common::file_options::file_type - Rust
[go: Go Back, main page]

Trait FileType

Source
pub trait FileType:
    GetExt
    + Display
    + Send
    + Sync {
    // Required method
    fn as_any(&self) -> &(dyn Any + 'static);
}
Expand description

Defines the functionality needed for logical planning for a type of file which will be read or written to storage.

Required Methods§

Source

fn as_any(&self) -> &(dyn Any + 'static)

Returns the table source as Any so that it can be downcast to a specific implementation.

Implementors§