[C#] Column(string)
method in RecordBatch
is linear to the number of columns
#44501
Labels
Column(string)
method in RecordBatch
is linear to the number of columns
#44501
Describe the enhancement requested
It looks like a column lookup by name is linear to the number of columns. This is not intuitive and can easily lead to performance regressions. Would it be possible to add a lookup to convert this into an O(1) operation?
Component(s)
C#
The text was updated successfully, but these errors were encountered: