pub fn validate_join_keys(_keys: &[JoinKey]) -> Result<()>
Validate join keys before execution.
Note: Empty keys = cross product (Cartesian product).