Class: SPARQL::Algebra::Operator::Nullary Abstract

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

Overview

This class is abstract.

A SPARQL nullary operator.

Operators of this kind take no operands.

Constant Summary collapse

ARITY =
0

Instance Method Summary collapse

Constructor Details

#initialize(**options) ⇒ Nullary

Returns a new instance of Nullary.

Parameters:



908
909
910
# File 'lib/sparql/algebra/operator.rb', line 908

def initialize(**options)
  super
end