Class: ConceptQL::Operators::PassThru
- Defined in:
- lib/conceptql/operators/pass_thru.rb
Constant Summary
Constants inherited from Operator
Instance Attribute Summary
Attributes inherited from Operator
#arguments, #options, #upstreams, #values
Instance Method Summary collapse
Methods inherited from Operator
#columns, #evaluate, #initialize, #label, #select_it, #set_values, #sql, #stream
Methods included from Metadatable
#allows_many_upstreams, #allows_one_upstream, #argument, #category, #desc, #humanized_class_name, #inherited, #just_class_name, #option, #predominant_types, #preferred_name, #reset_categories, #to_metadata
Constructor Details
This class inherits a constructor from ConceptQL::Operators::Operator
Instance Method Details
#types ⇒ Object
6 7 8 |
# File 'lib/conceptql/operators/pass_thru.rb', line 6 def types upstreams.map(&:types).flatten.uniq end |