MCPcopy Create free account
hub / github.com/apache/impala / IrGenericIsNullString

Function IrGenericIsNullString

be/src/exec/hdfs-scanner-ir.cc:211–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209
210extern "C"
211bool IrGenericIsNullString(const char* s, int slen, const char* n, int nlen) {
212 return s == NULL || (slen == nlen && StringCompare(s, slen, n, nlen, slen) == 0);
213}
214#endif

Callers

nothing calls this directly

Calls 1

StringCompareFunction · 0.50

Tested by

no test coverage detected