Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-14551

[Ruby] Add ability to pass Arrow::Column to Arrow::Function

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 7.0.0
    • Ruby

    Description

      Instead of 

      add = Arrow::Function.find('add')
      add.execute([table['age'].data, table['age'].data]).value
      

      we can pass column directly

      add.execute([table['age'], table['age']]).value
      

      Attachments

        Issue Links

          Activity

            People

              kou Kouhei Sutou
              simpl1g Kanstantsin Ilchanka
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 1h 10m
                  1h 10m