Class: ActiveRecord::ConnectionAdapters::ClickHouse::Nodes::OrderWithFill
- Inherits:
-
Arel::Nodes::Unary
- Object
- Arel::Nodes::Unary
- ActiveRecord::ConnectionAdapters::ClickHouse::Nodes::OrderWithFill
- Defined in:
- lib/active_record/connection_adapters/clickhouse/querying.rb
Overview
Wraps an ORDER BY expression to append WITH FILL [STEP n] (gap filling).
Instance Attribute Summary collapse
-
#step ⇒ Object
Returns the value of attribute step.
Instance Attribute Details
#step ⇒ Object
Returns the value of attribute step.
32 33 34 |
# File 'lib/active_record/connection_adapters/clickhouse/querying.rb', line 32 def step @step end |