qe: remove duplicate `InMemoryRecordProcessor::take_abs` method (#4745)
`InMemoryRecordProcessor` derefs to `QueryArguments`, and
`QueryArguments` already has an identical `take_abs` method.
Additionally, hand-written `abs` implementation was replaced with a call
to `i64::abs` method.