pub fn select_gpu(
_sql: &str,
_body: &[u8],
_input: &SelectInputFormat,
) -> Option<Vec<u8>>Expand description
GPU acceleration stub — always returns None today. The integration
test verifies it’s wired but inactive; v0.7 will swap in an actual
CUDA WHERE-evaluator.