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

Method GetScalar

cpp/src/arrow/array/array_base.cc:216–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214} // namespace internal
215
216Result<std::shared_ptr<Scalar>> Array::GetScalar(int64_t i) const {
217 return internal::ScalarFromArraySlotImpl{*this, i}.Finish();
218}
219
220std::string Array::Diff(const Array& other) const {
221 std::stringstream diff;

Callers 15

CountRowsAsyncMethod · 0.45
DatumToLiteralsFunction · 0.45
acero_test.ccFile · 0.45
LoadInfoFromServerMethod · 0.45
GetConverterFunction · 0.45
WriteListScalarFunction · 0.45
TESTFunction · 0.45
TEST_PFunction · 0.45
ASSERT_OK_AND_ASSIGNFunction · 0.45
ScalarFromJSONStringFunction · 0.45
VisitMethod · 0.45
MatchAndExplainMethod · 0.45

Calls 1

FinishMethod · 0.45

Tested by 7

TESTFunction · 0.36
TEST_PFunction · 0.36
ASSERT_OK_AND_ASSIGNFunction · 0.36
CheckInRangePassesFunction · 0.36
CheckInRangeFailsFunction · 0.36
ASSERT_OK_AND_ASSIGNFunction · 0.36
TEST_FFunction · 0.36