MCPcopy Create free account
hub / github.com/activeloopai/deeplake / inprint

Function inprint

cpp/3rd_party/sql-parser/src/util/sqlhelper.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22void inprint(std::ostream& s, int64_t val, uintmax_t numIndent)
23{
24 s << indent(numIndent).c_str() << val << " " << std::endl;
25}
26
27void inprint(std::ostream& s, double val, uintmax_t numIndent)
28{

Callers 11

printTableRefInfoFunction · 0.85
printAliasFunction · 0.85
printOperatorExpressionFunction · 0.85
printExpressionFunction · 0.85
printOrderByFunction · 0.85
printSelectStatementInfoFunction · 0.85
printImportStatementInfoFunction · 0.85
printExportStatementInfoFunction · 0.85
printCreateStatementInfoFunction · 0.85
printInsertStatementInfoFunction · 0.85

Calls 1

indentFunction · 0.85

Tested by

no test coverage detected