MCPcopy Create free account
hub / github.com/apache/cloudberry / print_separator

Function print_separator

src/fe_utils/print.c:308–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306
307
308static void
309print_separator(struct separator sep, FILE *fout)
310{
311 if (sep.separator_zero)
312 fputc('\000', fout);
313 else if (sep.separator)
314 fputs(sep.separator, fout);
315}
316
317
318/*

Callers 2

print_unaligned_textFunction · 0.85
print_unaligned_verticalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected