Class: SPARQL::Algebra::Operator::Desc
- Defined in:
- lib/sparql/algebra/operator/desc.rb
Overview
The SPARQL descending sort operator.
Constant Summary collapse
- NAME =
:desc
Constants inherited from Unary
Constants inherited from SPARQL::Algebra::Operator
Instance Attribute Summary
Attributes inherited from SPARQL::Algebra::Operator
Method Summary
Methods inherited from Asc
Methods included from Evaluatable
Methods inherited from Unary
Methods inherited from SPARQL::Algebra::Operator
arity, base_uri, #base_uri, base_uri=, #boolean, #constant?, #eql?, #evaluatable?, evaluate, #executable?, for, #initialize, #inspect, #operand, #optimize, prefixes, #prefixes, prefixes=, #to_sse, #to_sxp, #variable?
Methods included from Expression
cast, #constant?, #evaluate, for, new, open, #optimize, parse, #to_sse, #variable?
Constructor Details
This class inherits a constructor from SPARQL::Algebra::Operator::Unary