johnmyleswhite / Volcanito.jl

A backend agnostic for tabular data operations in Julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't precompute is_column and is_constant

johnmyleswhite opened this issue · comments

The range of predicates on Expression objects will grow over time. Perhaps there's no value in precomputing is_column or is_constant?

Closed by #27