kip-sql 0.0.1-alpha.8

build the SQL layer of KipDB database
Documentation
1
2
3
4
5
6
use crate::binder::copy::ExtSource;

#[derive(Debug, PartialEq, Eq, Clone, Hash)]
pub struct CopyToFileOperator {
    pub source: ExtSource,
}