| 93 | } |
| 94 | |
| 95 | static inline uint32_t getCurrentPos(ValueVector* vector, uint32_t pos) { |
| 96 | if (vector->state->isFlat()) { |
| 97 | return vector->state->getSelVector()[0]; |
| 98 | } |
| 99 | return pos; |
| 100 | } |
| 101 | |
| 102 | void PathExpressionEvaluator::copyNodes(sel_t resultPos, bool isEmptyRels) { |
| 103 | auto listSize = 0u; |