tranger2_iterator_size()

tranger2_iterator_size()#

tranger2_iterator_size() returns the number of records in the specified iterator.

Prototype

size_t tranger2_iterator_size(
    json_t *iterator
);

Parameters

Key

Type

Description

iterator

json_t *

The iterator whose size is to be determined.


Return Value

The number of records in the iterator.

Notes

This function provides the total count of records available in the given iterator.

Prototype

// Not applicable in JS

Prototype

# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples