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

Method data

cpp/src/arrow/util/trie_internal.h:72–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 explicit operator std::string_view() const { return std::string_view(data_, length_); }
71
72 const char* data() const { return data_; }
73 size_t length() const { return length_; }
74 bool empty() const { return length_ == 0; }
75 char operator[](size_t pos) const {

Callers 15

nameMethod · 0.45
ToOtelFunction · 0.45
CopyNonOwnedFromMethod · 0.45
TEST_FFunction · 0.45
TestWritesMethod · 0.45
GetOrderedColumnNamesFunction · 0.45
TEST_FFunction · 0.45
ASSERT_OK_AND_ASSIGNFunction · 0.45
TESTFunction · 0.45
VisitMethod · 0.45
ConvertColumnMajorTensorFunction · 0.45

Calls

no outgoing calls

Tested by 15

TEST_FFunction · 0.36
TestWritesMethod · 0.36
TEST_FFunction · 0.36
ASSERT_OK_AND_ASSIGNFunction · 0.36
TESTFunction · 0.36
VisitMethod · 0.36
writeMethod · 0.36
getDataMethod · 0.36
CheckHeaderMethod · 0.36