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

Method execute

ruby/red-arrow/lib/arrow/function.rb:21–24  ·  view source on GitHub ↗
(args, options=nil, context=nil)

Source from the content-addressed store, hash-verified

19 class Function
20 alias_method :execute_raw, :execute
21 def execute(args, options=nil, context=nil)
22 options = resolve_options(options)
23 execute_raw(args, options, context)
24 end
25 alias_method :call, :execute
26
27 def resolve_options(options)

Callers 15

test_executeMethod · 0.45
ensure_booleanMethod · 0.45
evaluateMethod · 0.45
evaluateMethod · 0.45
evaluateMethod · 0.45
evaluateMethod · 0.45
evaluateMethod · 0.45
evaluateMethod · 0.45
evaluateMethod · 0.45
evaluateMethod · 0.45
evaluateMethod · 0.45
evaluateMethod · 0.45

Calls

no outgoing calls