Class: DuckDB::QueryProgress
- Inherits:
-
Struct
- Object
- Struct
- DuckDB::QueryProgress
- Defined in:
- lib/duckdb/converter.rb
Instance Attribute Summary collapse
-
#percentage ⇒ Object
Returns the value of attribute percentage.
-
#rows_processed ⇒ Object
Returns the value of attribute rows_processed.
-
#total_rows_to_process ⇒ Object
Returns the value of attribute total_rows_to_process.
Instance Attribute Details
#percentage ⇒ Object
Returns the value of attribute percentage
8 9 10 |
# File 'lib/duckdb/converter.rb', line 8 def percentage @percentage end |
#rows_processed ⇒ Object
Returns the value of attribute rows_processed
8 9 10 |
# File 'lib/duckdb/converter.rb', line 8 def rows_processed @rows_processed end |
#total_rows_to_process ⇒ Object
Returns the value of attribute total_rows_to_process
8 9 10 |
# File 'lib/duckdb/converter.rb', line 8 def total_rows_to_process @total_rows_to_process end |