MCPcopy Create free account
hub / github.com/bytedance/bolt / throwArgumentErrors

Method throwArgumentErrors

bolt/expression/Expr.cpp:1420–1425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1418
1419 if (hasJITed()) {
1420 // TODO:
1421 // 1. evaluate non-compilable sub exprs.
1422 // 2. Only support isDefaultNullBehavior() right now
1423 applyFunction(rows, context, result);
1424 return;
1425 } else if (isSpecialForm()) {
1426#else
1427 if (isSpecialForm()) {
1428#endif

Callers

nothing calls this directly

Calls 3

throwOnErrorMethod · 0.80
inputFlatNoNullsMethod · 0.80
isDefaultNullBehaviorMethod · 0.45

Tested by

no test coverage detected