| 349 | } |
| 350 | |
| 351 | inline bool _alreadyReadPacket( const DecodeChannel &channel, |
| 352 | uint64_t currentPacketLogicalOffset ) |
| 353 | { |
| 354 | return ( ( channel.currentPacketLogicalOffset != currentPacketLogicalOffset ) || |
| 355 | channel.isOutputBlocked() ); |
| 356 | } |
| 357 | |
| 358 | void CompressedVectorReaderImpl::feedPacketToDecoders( uint64_t currentPacketLogicalOffset ) |
| 359 | { |
no test coverage detected