You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by Vitalii Diravka <vi...@gmail.com> on 2016/05/04 17:25:54 UTC

Complex dataTypes holders

Hi all!

I'm going to add the separate holders for complex data types (MAP, LIST,
UNION) with optional and required modes and to update existing holders with
repeated mode.
It is necessary for implementing "count" function for complex data types,
cause ComplexHolder is general holder which can't determine each datatype
separately.

Is it better to put it into the CodeGen where another holders are generated?

Kind regards
Vitalii