1Attean::API::Query(3) User Contributed Perl DocumentationAttean::API::Query(3)
2
3
4
6 Attean::API::Query - Utility package defining query-related roles
7
9 This document describes Attean::API::Query version 0.030
10
12 use v5.14;
13 use Attean;
14
16 This is a utility package for defining query-related roles:
17
18 • Attean::API::DirectedAcyclicGraph
19
20 • Attean::API::Algebra
21
22 • Attean::API::QueryTree
23
24 • Attean::API::NullaryQueryTree
25
26 • Attean::API::UnaryQueryTree
27
28 • Attean::API::BinaryQueryTree
29
30 • Attean::API::PropertyPath
31
32 • Attean::API::UnaryPropertyPath
33
34 • Attean::API::NaryPropertyPath
35
36 • Attean::API::UnionScopeVariables
37
38 • Attean::API::IntersectionScopeVariables
39
41 Please report any bugs or feature requests to through the GitHub web
42 interface at <https://github.com/kasei/attean/issues>.
43
46 Gregory Todd Williams "<gwilliams@cpan.org>"
47
49 Copyright (c) 2014--2020 Gregory Todd Williams. This program is free
50 software; you can redistribute it and/or modify it under the same terms
51 as Perl itself.
52
53
54
55perl v5.32.1 2021-02-08 Attean::API::Query(3)