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

Method errors

bolt/expression/EvalCtx.h:187–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185 // intentionally a raw pointer to signify that the caller may not
186 // retain references to this.
187 ErrorVector* FOLLY_NULLABLE errors() const {
188 return errors_.get();
189 }
190
191 ErrorVectorPtr* FOLLY_NONNULL errorsPtr() {
192 return &errors_;

Callers 15

combineErrorsMethod · 0.45
evaluateCastMethod · 0.45
evalSpecialFormMethod · 0.45
evalSpecialFormMethod · 0.45
evalSpecialFormMethod · 0.45
evalSpecialFormMethod · 0.45
evalSpecialFormMethod · 0.45
evalArgsDefaultNullsMethod · 0.45
evaluateSharedSubexprMethod · 0.45
rowsWithErrorFunction · 0.45
finalizeErrorsFunction · 0.45
evalSpecialFormMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 2

evaluateCastMethod · 0.36
TEST_FFunction · 0.36