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
48 public function testUpdateTuple($record, $key, $count, $expect)73 public function testAggregateTupleCounts($record, $expected)121 public function testParseTuples($record, $keys, $expect)
532 protected function parseReverseRecord(string $record): array