Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
module 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
32
end
Callers
6
options.h
File · 0.85
TEST
Function · 0.85
TestBackpressure
Function · 0.85
TestSequencing
Function · 0.85
TestSchemaResolution
Function · 0.85
TestPauseThenStop
Function · 0.85
Calls
no outgoing calls
Tested by
5
TEST
Function · 0.68
TestBackpressure
Function · 0.68
TestSequencing
Function · 0.68
TestSchemaResolution
Function · 0.68
TestPauseThenStop
Function · 0.68