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

Function lpad_utf8_int32

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

Source from the content-addressed store, hash-verified

2177}
2178
2179FORCE_INLINE
2180const char* lpad_utf8_int32(gdv_int64 context, const char* text, gdv_int32 text_len,
2181 gdv_int32 return_length, gdv_int32* out_len) {
2182 return lpad_utf8_int32_utf8(context, text, text_len, return_length, " ", 1, out_len);
2183}
2184
2185FORCE_INLINE
2186const char* rpad_utf8_int32(gdv_int64 context, const char* text, gdv_int32 text_len,

Callers 1

TESTFunction · 0.85

Calls 1

lpad_utf8_int32_utf8Function · 0.85

Tested by 1

TESTFunction · 0.68