MCPcopy Create free account
hub / github.com/apache/arrow / setup

Method setup

ruby/red-arrow/test/test-record-batch.rb:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18class RecordBatchTest < Test::Unit::TestCase
19 sub_test_case(".new") do
20 def setup
21 @schema = Arrow::Schema.new(visible: :boolean,
22 count: :uint32)
23 end
24
25 test("[raw_table]") do
26 raw_table = {

Callers

nothing calls this directly

Calls 2

newMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected