NAME
App::CriticDB::DB::Index - Permit storage of raw-or-indexed values
VERSION
Version 0.0.3
SYNOPSIS
use App::CriticDB::DB::Index;
my $idx=App::CriticDB::DB::Index->new(
values=>'id/set',
...
);
$idx->operation(pathspec, ...);
DESCRIPTION
A variety of indexing operations are supported for literal strings or associative lists. See the subclasses for more details.
AUTHORS
Brian Blackmore (brian@mediaalpha.com).
COPYRIGHT
Copyright (c) 2025--2035, MediaAlpha.com.
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License Version 3 as published by the Free Software Foundation.