logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Attean::Algebra - Representation of SPARQL algebra operators

Author

       Gregory Todd Williams  "<gwilliams@cpan.org>"

Bugs

       Please   report   any   bugs   or   feature   requests   to   through   the   GitHub   web  interface  at
       <https://github.com/kasei/attean/issues>.

Description

       This is a utility package that defines all the Attean query algebra classes in the Attean::Algebra
       namespace:

       •   Attean::Algebra::Sequence

       •   Attean::Algebra::Join

       •   Attean::Algebra::LeftJoin

       •   Attean::Algebra::Filter

       •   Attean::Algebra::Union

       •   Attean::Algebra::Graph

       •   Attean::Algebra::Extend

       •   Attean::Algebra::Unfold

       •   Attean::Algebra::Minus

       •   Attean::Algebra::Distinct

       •   Attean::Algebra::Reduced

       •   Attean::Algebra::Slice

       •   Attean::Algebra::Project

       •   Attean::Algebra::Comparator

       •   Attean::Algebra::OrderBy

       •   Attean::Algebra::BGP

       •   Attean::Algebra::Service

       •   Attean::Algebra::Path

       •   Attean::Algebra::Group

       •   Attean::Algebra::NegatedPropertySet

       •   Attean::Algebra::PredicatePath

       •   Attean::Algebra::InversePath

       •   Attean::Algebra::SequencePath

       •   Attean::Algebra::AlternativePath

       •   Attean::Algebra::ZeroOrMorePath

       •   Attean::Algebra::OneOrMorePath

       •   Attean::Algebra::ZeroOrOnePath

       •   Attean::Algebra::Table

       •   Attean::Algebra::Ask

       •   Attean::Algebra::Construct

       •   Attean::Algebra::Describe

       •   Attean::Algebra::Load

       •   Attean::Algebra::Clear

       •   Attean::Algebra::Create

       •   Attean::Algebra::Add

       •   Attean::Algebra::Modify

Name

       Attean::Algebra - Representation of SPARQL algebra operators

See Also

Synopsis

         use v5.14;
         use Attean;

Version

       This document describes Attean::Algebra version 0.035

See Also