iris-hep / func_adl_servicex

Send func_adl expressions to a ServiceX endpoint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can we allow tuples of column names?

gordonwatts opened this issue · comments

This assert prevents tuples as opposed to lists. In the end, it will all be reduced to the same thing - so we should be able to allow it. See the assert statement.

Turns out this is automatically taken care of behind the user's back - tuples and lists are accepted at the top level.