parquet_get_nrows Interface

public interface parquet_get_nrows

Returns reader's post-filter row count in nrows, dispatched by its integer(int32)/integer(int64) kind (the int32 specific also error stops if the actual row count overflows int32). check_positive (optional, default .false.): if .true., error stops instead of returning 0 rows.


Module Procedures

private interface parquet_get_nrows_int64()

Arguments

None

private interface parquet_get_nrows_int32()

Arguments

None