MCPcopy 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

18module 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
26end

Callers 15

read-file.rbFile · 0.45
read-stream.rbFile · 0.45
format_valueMethod · 0.45
format_aligned_nameMethod · 0.45
create_child_infosMethod · 0.45
build_name_to_builderMethod · 0.45
initializeMethod · 0.45
csv_saveMethod · 0.45
build_record_batchMethod · 0.45
build_arrayMethod · 0.45
build_arrayMethod · 0.45

Calls 1

get_fieldFunction · 0.85

Tested by 4

build_record_batchMethod · 0.36
build_arrayMethod · 0.36
build_arrayMethod · 0.36