Hao Zou

Results 3 comments of Hao Zou

> @luffy-zh Thank you for making the PR. Could you explain why we need `outputStream->getRawInputBufferSize()` to record position? it seems that `flushedSize` and `bufferPosition` were't changed. When we call recordPosition(),...

> Is `maybe()` a shortcut of `literal(TruthValue::YES_NO_NULL)`? Yes, maybe() can be considered a shortcut for literal(TruthValue::YES_NO_NULL). It provides a more concise way to express uncertainty or ambiguity in truth values.