Describe the enhancement requested
The Column(string) method in RecordBatch is linear to the number of columns. This could be improved by adding an optional dictionary-based lookup.
Moved from apache/arrow#44501. See extensive discussion at apache/arrow#44633.
Describe the enhancement requested
The
Column(string)method inRecordBatchis linear to the number of columns. This could be improved by adding an optional dictionary-based lookup.Moved from apache/arrow#44501. See extensive discussion at apache/arrow#44633.