MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / parseInt

Function parseInt

test/chbench/chbench/src/chBenchmark.cc:294–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292}
293
294static int parseInt(const char* context, const char* v) {
295 try {
296 return std::stoi(optarg);
297 } catch (const std::exception&) {
298 errx(1, "unable to parse integer %s for %s\n", v, context);
299 }
300}
301
302static double parseDouble(const char* context, const char* v) {
303 try {

Callers 15

connectRegionPostgresFunction · 0.85
getE2EIndexFunction · 0.85
cluster-detail.tsFile · 0.85
helpers.tsFile · 0.85
setTimePeriodFunction · 0.85
getInitialTableStateFunction · 0.85
getMaterializeEndpointFunction · 0.85
getMaterializeEndpointsFunction · 0.85
formatTimestampFunction · 0.85
flagAsflipperFunction · 0.85
TutorialInsertionWidgetFunction · 0.85
mergeMzDiffsFunction · 0.85

Calls

no outgoing calls

Tested by 1

connectRegionPostgresFunction · 0.68