MCPcopy Create free account
hub / github.com/apache/arrow / operator()

Method operator()

cpp/src/arrow/flight/sql/server_test.cc:53–56  ·  view source on GitHub ↗

\brief Asserts that the current DenseUnionScalar equals to given string value

Source from the content-addressed store, hash-verified

51 public:
52 /// \brief Asserts that the current DenseUnionScalar equals to given string value
53 void operator()(const std::string& string_value) const {
54 const auto& scalar = checked_cast<const StringScalar&>(*data.value);
55 ASSERT_EQ(string_value, scalar.ToString());
56 }
57
58 /// \brief Asserts that the current DenseUnionScalar equals to given bool value
59 void operator()(const bool bool_value) const {

Callers

nothing calls this directly

Calls 7

ToStringMethod · 0.45
sizeMethod · 0.45
lengthMethod · 0.45
GetStringMethod · 0.45
fieldMethod · 0.45
countMethod · 0.45
value_lengthMethod · 0.45

Tested by

no test coverage detected