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

Method test_call

ruby/red-arrow/test/test-function.rb:201–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 end
200
201 def test_call
202 or_function = Arrow::Function.find("or")
203 args = [
204 Arrow::BooleanArray.new([true, false, false]),
205 Arrow::BooleanArray.new([true, false, true]),
206 ]
207 assert_equal([true, false, true],
208 or_function.call(args).value.to_a)
209 end
210end

Callers

nothing calls this directly

Calls 5

callMethod · 0.80
findMethod · 0.45
newMethod · 0.45
to_aMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected