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

Class SourceNodeOptions

ruby/red-arrow/lib/arrow/source-node-options.rb:19–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18module Arrow
19 class SourceNodeOptions
20 class << self
21 # @api private
22 def try_convert(value)
23 case value
24 when RecordBatchReader, RecordBatch, Table
25 new(value)
26 else
27 nil
28 end
29 end
30 end
31 end
32end

Callers 6

options.hFile · 0.85
TESTFunction · 0.85
TestBackpressureFunction · 0.85
TestSequencingFunction · 0.85
TestSchemaResolutionFunction · 0.85
TestPauseThenStopFunction · 0.85

Calls

no outgoing calls

Tested by 5

TESTFunction · 0.68
TestBackpressureFunction · 0.68
TestSequencingFunction · 0.68
TestSchemaResolutionFunction · 0.68
TestPauseThenStopFunction · 0.68