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

Function substr_utf8_int64

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

Source from the content-addressed store, hash-verified

824}
825
826FORCE_INLINE
827const char* substr_utf8_int64(gdv_int64 context, const char* input, gdv_int32 in_len,
828 gdv_int64 offset64, gdv_int32* out_len) {
829 return substr_utf8_int64_int64(context, input, in_len, offset64, in_len, out_len);
830}
831
832FORCE_INLINE
833const 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