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

Method byte_width

cpp/src/arrow/array/builder_dict.h:263–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261 /// \brief The value byte width (for FixedSizeBinaryType)
262 template <typename T1 = T>
263 enable_if_fixed_size_binary<T1, int32_t> byte_width() const {
264 return byte_width_;
265 }
266
267 /// \brief Append a scalar value
268 Status Append(Value value) {

Calls

no outgoing calls

Tested by 15

test_byte_widthMethod · 0.36
test_byte_widthMethod · 0.36
TEST_FFunction · 0.36
GenerateStringFunction · 0.36
RunBatchesFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
CheckTensorRoundTripMethod · 0.36