Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ fields
Method
fields
ruby/red-arrow/lib/arrow/union-array.rb:20–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
module Arrow
19
class UnionArray
20
def fields
21
@fields ||= n_fields.times.collect do |i|
22
get_field(i)
23
end
24
end
25
end
26
end
Callers
15
read-file.rb
File · 0.45
read-stream.rb
File · 0.45
format_value
Method · 0.45
format_aligned_name
Method · 0.45
create_child_infos
Method · 0.45
build_name_to_builder
Method · 0.45
initialize
Method · 0.45
csv_save
Method · 0.45
test_make_struct_function
Method · 0.45
build_record_batch
Method · 0.45
build_array
Method · 0.45
build_array
Method · 0.45
Calls
1
get_field
Function · 0.85
Tested by
4
test_make_struct_function
Method · 0.36
build_record_batch
Method · 0.36
build_array
Method · 0.36
build_array
Method · 0.36