Searched defs:record (Results 1 – 3 of 3) sorted by relevance
22 public static function updateTuple(string $record, int|string $key, int $count): string50 public static function aggregateTupleCounts(string $record): int85 public static function parseTuples(string $record, ?array $filtermap = null): array
45 public function testUpdateTuple($record, $key, $count, $expect)70 public function testAggregateTupleCounts($record, $expected)118 public function testParseTuples($record, $keys, $expect)
465 protected function parseReverseRecord(string $record): array