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

Function rpad_utf8_int32

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

Source from the content-addressed store, hash-verified

2126}
2127
2128FORCE_INLINE
2129const char* rpad_utf8_int32(gdv_int64 context, const char* text, gdv_int32 text_len,
2130 gdv_int32 return_length, gdv_int32* out_len) {
2131 return rpad_utf8_int32_utf8(context, text, text_len, return_length, " ", 1, out_len);
2132}
2133
2134FORCE_INLINE
2135const char* split_part(gdv_int64 context, const char* text, gdv_int32 text_len,

Callers 1

TESTFunction · 0.85

Calls 1

rpad_utf8_int32_utf8Function · 0.85

Tested by 1

TESTFunction · 0.68