Class: DuckDB::QueryProgress

Inherits:
Struct
  • Object
show all
Defined in:
lib/duckdb/converter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#percentageObject

Returns the value of attribute percentage

Returns:

  • (Object)

    the current value of percentage



7
8
9
# File 'lib/duckdb/converter.rb', line 7

def percentage
  @percentage
end

#rows_processedObject

Returns the value of attribute rows_processed

Returns:

  • (Object)

    the current value of rows_processed



7
8
9
# File 'lib/duckdb/converter.rb', line 7

def rows_processed
  @rows_processed
end

#total_rows_to_processObject

Returns the value of attribute total_rows_to_process

Returns:

  • (Object)

    the current value of total_rows_to_process



7
8
9
# File 'lib/duckdb/converter.rb', line 7

def total_rows_to_process
  @total_rows_to_process
end