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

Function IsControlChar

cpp/src/arrow/csv/parser.cc:60–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60inline bool IsControlChar(uint8_t c) { return c < ' '; }
61
62// A helper class allocating the buffer for parsed values and writing into it
63// without any further resizes, except at the end.

Callers 2

ParseLineMethod · 0.85
SkipRowsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected