Class: SPARQL::Algebra::Operator::Unary Abstract

Inherits:
Operator
  • Object
show all
Defined in:
lib/sparql/algebra/operator.rb

Overview

This class is abstract.

A SPARQL unary operator.

Operators of this kind take one operand.

Constant Summary collapse

ARITY =
1

Instance Method Summary collapse

Constructor Details

#initialize(arg, **options) ⇒ Unary

Returns a new instance of Unary.

Parameters:



927
928
929
# File 'lib/sparql/algebra/operator.rb', line 927

def initialize(arg, **options)
  super
end