Skip to main content

read_end_group

Function read_end_group 

Source
fn read_end_group(
    filter_type: FilterType,
    buf: &mut impl Buf,
) -> Result<Option<VarInt>, CodecError>
Expand description

Read the End Group the filter says is there.

“Only present for the ‘AbsoluteRange’ filter type.”