Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ finish
Method
finish
ruby/red-arrow/lib/arrow/jruby/array-builder.rb:70–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
end
69
70
def finish
71
@vector.set_value_count(@index)
72
vector, @vector = @vector, nil
73
self.class::Array.new(vector)
74
end
75
end
76
77
class Int8ArrayBuilder < ArrayBuilder
Callers
10
append_values
Method · 0.45
LargeListArrayBuilderTest
Class · 0.45
FixedSizeBinaryArrayBuilderTest
Class · 0.45
Decimal128ArrayBuilderTest
Class · 0.45
BinaryDictionaryArrayBuilderTest
Class · 0.45
Decimal256ArrayBuilderTest
Class · 0.45
StructArrayBuilderTest
Class · 0.45
ListArrayBuilderTest
Class · 0.45
StringDictionaryArrayBuilderTest
Class · 0.45
MapArrayBuilderTest
Class · 0.45
Calls
1
new
Method · 0.45
Tested by
no test coverage detected