Class: Arrow::RecordBatchIterator

Inherits:
Object
  • Object
show all
Defined in:
lib/arrow/record-batch-iterator.rb,
lib/arrow/jruby/record-batch-iterator.rb

Instance Method Summary collapse

Instance Method Details

#to_aObject



20
# File 'lib/arrow/record-batch-iterator.rb', line 20

alias_method :to_a, :to_list

#to_listObject

Raises:

  • (NotImplementedError)


20
21
22
# File 'lib/arrow/jruby/record-batch-iterator.rb', line 20

def to_list
  raise NotImplementedError
end