Class: Hecks::Bluebook::TranslationCompute
- Inherits:
-
Struct
- Object
- Struct
- Hecks::Bluebook::TranslationCompute
- Defined in:
- lib/hecks/bluebook/translation.rb
Overview
A computed transform — rescale, reformat, split, merge — whose only implementation is the SQL expression itself, evaluated exclusively inside the compiled Postgres head. No in-process reference exists to check it against; any aggregate carrying one refuses to boot on every other adapter.
Instance Attribute Summary collapse
-
#from ⇒ Object
Returns the value of attribute from.
-
#sql ⇒ Object
Returns the value of attribute sql.
-
#to ⇒ Object
Returns the value of attribute to.
Instance Attribute Details
#from ⇒ Object
Returns the value of attribute from
27 28 29 |
# File 'lib/hecks/bluebook/translation.rb', line 27 def from @from end |
#sql ⇒ Object
Returns the value of attribute sql
27 28 29 |
# File 'lib/hecks/bluebook/translation.rb', line 27 def sql @sql end |
#to ⇒ Object
Returns the value of attribute to
27 28 29 |
# File 'lib/hecks/bluebook/translation.rb', line 27 def to @to end |