//! Integration tests for component interactions and end-to-end functionality
// TODO: Temporarily commented out due to parser issue - needs investigation
// pub mod aggregate_functions_test;
// pub mod complex_queries_test;
// pub mod embed_function_test;
// pub mod extension_system_test;
// pub mod math_functions_test;
// pub mod prepared_statements_test;
// pub mod streaming_queries_test;
// pub mod string_functions_test;
// Removed sql_parser_tests module
// Moved to tests/unit/: engine_tests, transaction_tests, header_version_test,
// preallocate_memory_test, preallocate_disk_test, transaction_parsing_tests
// pub mod tgstream_test;
// pub mod vector_operations_test;