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

Function Slice

be/src/kudu/util/slice.h:63–63  ·  view source on GitHub ↗

Create a slice that refers to a @c uint8_t byte array. @param [in] d The input array. @param [in] n Number of bytes in the array.

Source from the content-addressed store, hash-verified

61 /// @param [in] n
62 /// Number of bytes in the array.
63 Slice(const uint8_t* d, size_t n) : data_(d), size_(n) { }
64
65 /// Create a slice that refers to a @c char byte array.
66 ///

Callers 1

slice.hFile · 0.70

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected