facebookincubator / velox

A composable and fully extensible C++ execution engine library for data management systems.
https://velox-lib.io/
Apache License 2.0
3.52k stars 1.16k forks source link

Split integer variables and type parameters. #3120

Open laithsakka opened 2 years ago

laithsakka commented 2 years ago

right now TypeVariableConstraint holds both type parameters and integer variables, this task is to split them. since integer variables are not types.

mbasmanova commented 2 years ago

CC: @majetideepak @aditi-pandit @karteekmurthys

mbasmanova commented 2 years ago

See for more context