how-query-engines-work icon indicating copy to clipboard operation
how-query-engines-work copied to clipboard

Page 43, `createPhysicalExpr` uses `PhysicalExpr` as return type but updated type name is just `Expression`

Open GavinRay97 opened this issue 3 years ago • 0 comments

https://github.com/andygrove/how-query-engines-work/blob/9c27d475b62e3a4eccec4236e2fe60eb3f13e757/jvm/query-planner/src/main/kotlin/QueryPlanner.kt#L62

image

GavinRay97 avatar Mar 22 '22 19:03 GavinRay97