Relation.count

Returns the number of tuples in a #GRelation that have the given value in the given field.

More...
class Relation
int
count
(
const(void)* key
,
int field
)

Parameters

key const(void)*

the value to compare with.

field int

the field of each record to match.

Return Value

Type: int

the number of matches.

Detailed Description

Deprecated: Rarely used API