Class: ActiveRecord::ConnectionAdapters::ClickHouse::Nodes::OrderWithFill

Inherits:
Arel::Nodes::Unary
  • Object
show all
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

Instance Attribute Details

#stepObject

Returns the value of attribute step.



32
33
34
# File 'lib/active_record/connection_adapters/clickhouse/querying.rb', line 32

def step
  @step
end