The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Math::DifferenceSet::Planar::Schema::Result::DifferenceSet - planar difference set database backend result class definition.

VERSION

This documentation refers to version 1.001 of Math::DifferenceSet::Planar::Schema::Result::DifferenceSet.

TABLE: difference_set

ACCESSORS

order

  data_type: 'integer'
  is_nullable: 0

base

  data_type: 'integer'
  is_nullable: 0

ref_std

  data_type: 'integer'
  is_nullable: 0

ref_lex

  data_type: 'integer'
  is_nullable: 0

ref_gap

  data_type: 'integer'
  is_nullable: 0

delta_main

  data_type: 'blob'
  is_nullable: 0

main_elements

main_elements is a wrapper for delta_main generating an array of elements values from the deltas raw data. It returns an array reference if deltas are defined, otherwise undef.

Unpacking delta_main raw data into element values is part of the resultset API, as different implementations may employ different packing mechanisms.

PRIMARY KEY

SEE ALSO

AUTHOR

Martin Becker, <becker-cpan-mp at cozap.com>

COPYRIGHT AND LICENSE

Copyright (c) 2019-2023 by Martin Becker, Blaubeuren.

This library is free software; you can distribute it and/or modify it under the terms of the Artistic License 2.0 (see the LICENSE file).

DISCLAIMER OF WARRANTY

This library is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.