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

Function convert_fromUTF8_binary

cpp/src/gandiva/precompiled/string_ops.cc:1424–1429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1422}
1423
1424FORCE_INLINE
1425const char* convert_fromUTF8_binary(gdv_int64 context, const char* bin_in, gdv_int32 len,
1426 gdv_int32* out_len) {
1427 *out_len = len;
1428 return bin_in;
1429}
1430
1431FORCE_INLINE
1432const char* convert_replace_invalid_fromUTF8_binary(int64_t context, const char* text_in,

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68