pub fn select_gpu(
sql: &str,
body: &[u8],
input: &SelectInputFormat,
) -> Option<Vec<u8>>Expand description
GPU acceleration entry point — replaced the v0.6 #41 stub in
v0.8 #51. Returns Some(filtered_csv_bytes) when the GPU path
both can and did handle the query (single-column compare on
header-bearing CSV); None means the caller should run the CPU
path. The CPU path is always the source of truth for output
formatting / projection / multi-condition WHERE / JSON Lines.