Not yet. Fitting a statically-typed language together with a dynamic schema is painful. (Julian can attest.) We saw this as the first step towards implicit transformation.
J On Tue, Jun 4, 2013 at 11:53 PM, Ted Dunning <[email protected]> wrote: > On Tue, Jun 4, 2013 at 8:14 PM, Julian Hyde <[email protected]> wrote: > >> Note that each Drill table has a single column in SQL, called _MAP. You >> can access fields using "_MAP['fieldName']", and you can also use "CAST(... >> AS <datatype>)" to convert to the desired type. > > > This is done implicitly as well, que no?
