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

Function substr_utf8_int64

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

Source from the content-addressed store, hash-verified

841}
842
843FORCE_INLINE
844const char* substr_utf8_int64(gdv_int64 context, const char* input, gdv_int32 in_len,
845 gdv_int64 offset64, gdv_int32* out_len) {
846 return substr_utf8_int64_int64(context, input, in_len, offset64, in_len, out_len);
847}
848
849FORCE_INLINE
850const char* repeat_utf8_int32(gdv_int64 context, const char* in, gdv_int32 in_len,

Callers 1

TESTFunction · 0.85

Calls 1

substr_utf8_int64_int64Function · 0.85

Tested by 1

TESTFunction · 0.68