Class: ActiveRecord::ConnectionAdapters::ClickHouse::Nodes::TableWithModifiers

Inherits:
Arel::Nodes::Unary
  • Object
show all
Defined in:
lib/active_record/connection_adapters/clickhouse/querying.rb

Overview

Wraps the FROM table to append FINAL and/or SAMPLE (table modifiers).

Instance Attribute Summary collapse

Instance Attribute Details

#finalObject

Returns the value of attribute final.



11
12
13
# File 'lib/active_record/connection_adapters/clickhouse/querying.rb', line 11

def final
  @final
end

#sampleObject

Returns the value of attribute sample.



11
12
13
# File 'lib/active_record/connection_adapters/clickhouse/querying.rb', line 11

def sample
  @sample
end