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

Function lpad_utf8_int32

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

Source from the content-addressed store, hash-verified

2120}
2121
2122FORCE_INLINE
2123const char* lpad_utf8_int32(gdv_int64 context, const char* text, gdv_int32 text_len,
2124 gdv_int32 return_length, gdv_int32* out_len) {
2125 return lpad_utf8_int32_utf8(context, text, text_len, return_length, " ", 1, out_len);
2126}
2127
2128FORCE_INLINE
2129const 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