Class: VORuby::ADQL::FunctionType

Inherits:
ScalarExpression show all
Defined in:
lib/voruby/adql/adql.rb

Overview

The base type for a function.

Instance Attribute Summary

Attributes inherited from ScalarExpression

#value

Instance Method Summary collapse

Methods inherited from ScalarExpression

from_xml, #initialize, #is_scalar?, #to_adqls

Methods inherited from SelectionItem

from_xml

Constructor Details

This class inherits a constructor from VORuby::ADQL::ScalarExpression

Instance Method Details

#to_sObject



429
430
431
# File 'lib/voruby/adql/adql.rb', line 429

def to_s
	"{name=#{self.name}}"
end