MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / getLowerValues

Method getLowerValues

src/jrd/btr.h:506–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

504 }
505
506 const ValueExprNode* const* getLowerValues() const
507 {
508 return m_lowerValues.begin();
509 }
510
511 const ValueExprNode* const* getUpperValues() const
512 {

Callers 1

BTR_make_boundsFunction · 0.80

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected