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

Function is_valid

cpp/src/arrow/flight/sql/client.h:509–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507 explicit Savepoint(std::string savepoint_id) : savepoint_id_(std::move(savepoint_id)) {}
508 const std::string& savepoint_id() const { return savepoint_id_; }
509 bool is_valid() const { return !savepoint_id_.empty(); }
510
511 private:
512 std::string savepoint_id_;

Callers 6

NestedSelectorClass · 0.50
TEST_FFunction · 0.50
CheckValidMethod · 0.50
is_invalidMethod · 0.50
EncodeMethod · 0.50
ToStringMethod · 0.50

Calls 1

emptyMethod · 0.45

Tested by 1

TEST_FFunction · 0.40