MCPcopy Create free account
hub / github.com/apache/impala / MakeJsonString

Function MakeJsonString

be/src/service/query-profile-parsing-tools.cc:124–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124static Value MakeJsonString(string_view text, Document::AllocatorType& alloc) {
125 return Value(text.data(), static_cast<rapidjson::SizeType>(text.size()), alloc);
126}
127
128static constexpr string_view AVERAGED_FRAGMENT_PREFIX = "Averaged Fragment ";
129static constexpr string_view FRAGMENT_PREFIX = "Fragment ";

Callers 10

GetFragmentsOverviewMethod · 0.85
GetAllFragmentsMethod · 0.85
GetAveragedOperatorMethod · 0.85
GetAllOperatorsMethod · 0.85
GetScanNodesSummaryMethod · 0.85
GetQueryOptionsMethod · 0.85
GetTablesQueriedMethod · 0.85
GetResourceEstimatesMethod · 0.85
AddOperatorRowsMethod · 0.85
ExecuteToolFunction · 0.85

Calls 3

ValueClass · 0.50
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected