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

Method pool

cpp/src/arrow/json/parser.cc:174–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 explicit BuildContext(MemoryPool* pool) : pool_(pool) {}
173
174 MemoryPool* pool() const { return pool_; }
175
176 // Finds or allocates a unique string and returns a persistent `std::string_view`
177 std::string_view InternString(std::string_view str) {

Callers 15

HdfsReadableFileMethod · 0.45
AppendCallbackMethod · 0.45
DoWriteMethod · 0.45
AppendBlockMethod · 0.45
OpenInputStreamGenericFunction · 0.45
DoWriteMethod · 0.45
UploadMethod · 0.45
MockFileSystemMethod · 0.45
TryConvertChunkMethod · 0.45
RawArrayBuilderMethod · 0.45
ScalarBuilderMethod · 0.45
RawArrayBuilderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected