You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Jason Altekruse (JIRA)" <ji...@apache.org> on 2014/02/03 00:46:09 UTC

[jira] [Created] (DRILL-355) Implement fixed length binary ValueVector type

Jason Altekruse created DRILL-355:
-------------------------------------

             Summary: Implement fixed length binary ValueVector type
                 Key: DRILL-355
                 URL: https://issues.apache.org/jira/browse/DRILL-355
             Project: Apache Drill
          Issue Type: New Feature
            Reporter: Jason Altekruse
            Assignee: Jason Altekruse


Need a value vector for binary strings of constant length. While our data model is very flexible, most storage formats support fixed binary columns. It is worth avoiding the indirection of figuring out a length of each value while processing this type of data, rather than just placing it in var binary vectors.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)