Class: ActiveRecord::ConnectionAdapters::ClickHouse::Nodes::TableWithModifiers
- Inherits:
-
Arel::Nodes::Unary
- Object
- Arel::Nodes::Unary
- ActiveRecord::ConnectionAdapters::ClickHouse::Nodes::TableWithModifiers
- 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
-
#final ⇒ Object
Returns the value of attribute final.
-
#sample ⇒ Object
Returns the value of attribute sample.
Instance Attribute Details
#final ⇒ Object
Returns the value of attribute final.
11 12 13 |
# File 'lib/active_record/connection_adapters/clickhouse/querying.rb', line 11 def final @final end |
#sample ⇒ Object
Returns the value of attribute sample.
11 12 13 |
# File 'lib/active_record/connection_adapters/clickhouse/querying.rb', line 11 def sample @sample end |