The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

VERSION

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

TABLE: difference_set_space

ACCESSORS

order

  data_type: 'integer'
  is_nullable: 0

mul_radix

  data_type: 'integer'
  is_nullable: 0

mul_depth

  data_type: 'integer'
  is_nullable: 0

rot_radices

  data_type: 'blob'
  is_nullable: 0

rot_depths

  data_type: 'blob'
  is_nullable: 0

rotator_space

rotator_space is a wrapper for rot_radices and rot_depths, unpacking those and generating two arrayrefs of radices and corresponding depths.

PRIMARY KEY

SEE ALSO

AUTHOR

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

COPYRIGHT AND LICENSE

Copyright (c) 2021-2024 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).

The licence grants freedom for related software development but does not cover incorporating code or documentation into AI training material. Please contact the copyright holder if you want to use the library whole or in part for other purposes than stated in the licence.

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.