Uploaded image for project: 'ORC'
  1. ORC
  2. ORC-92

Support type id (column id) selection in ReaderOptions

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.2.0
    • 1.2.1, 1.3.0
    • C++
    • None

    Description

      Currently, in C++ version of orc. We can only select by filed id or field name. This works fine when data structure is flat such as struct<int1:int, s1:string, list1:array<int>>. But when we have a nested structure, struct<int1:int, struct1:struct<int2:int, long2:long>>. We still can only select the field of int1 and struct1. We can not directly select long2.

      We can select long2 by its column id. This can be achieved by updating include function in ReaderOptions.

      Attachments

        Activity

          People

            chunyang-wen Chunyang Wen
            chunyang-wen Chunyang Wen
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: