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

CQL::TermNode - represents a terminal Node in a CQL Parse Tree

Description

       CQL::TermNode represents a terminal in a CQL parse tree. A term node consists of the string itself with
       optional qualifier string and relation.  Examples could include:

       •   george

       •   dc.creator=george

Methods

new()
       The  constructor  which  has must have at least a term attribute, and can also include optional qualifier
       and modifier terms.

   getQualifier()
       Get the qualifier in the terminal.

   getRelation()
       Get the relation in the terminal.

   getTerm()
       Get the actual term string in the terminal.

   toCQL()
       Returns a CQL representation of the terminal node.

   toSwish()toXCQL()toLucene()
perl v5.36.0                                       2022-12-11                                 CQL::TermNode(3pm)

Name

       CQL::TermNode - represents a terminal Node in a CQL Parse Tree

Synopsis

See Also