flowcode-core 0.4.3-alpha

Core execution engine for FlowCode data scripting language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// This file is deprecated. Tests have been moved to individual files under tests/ directory.
// Keeping this file for reference or potential future use.
/*
// Removed unused imports as they are now directly in included files
//use std::io::Write;
//use tempfile::Builder;

#[cfg(test)]
#[cfg(feature = "duckdb")]
mod duckdb_integration_tests {
    // Include tests from cli_duckdb subdirectory
    include!("cli\\cli_duckdb\\load_tests.rs");
    include!("cli\\cli_duckdb\\filter_tests.rs");
}
*/