Class: Arrow::RecordBatchIterator
- Inherits:
-
Object
- Object
- Arrow::RecordBatchIterator
- Defined in:
- lib/arrow/record-batch-iterator.rb,
lib/arrow/jruby/record-batch-iterator.rb
Instance Method Summary collapse
Instance Method Details
#to_a ⇒ Object
20 |
# File 'lib/arrow/record-batch-iterator.rb', line 20 alias_method :to_a, :to_list |
#to_list ⇒ Object
20 21 22 |
# File 'lib/arrow/jruby/record-batch-iterator.rb', line 20 def to_list raise NotImplementedError end |