Class: ChDB::LocalResult
- Inherits:
-
Object
- Object
- ChDB::LocalResult
- Defined in:
- lib/chdb/local_result.rb,
ext/chdb/local_result.c
Overview
Represents the local result of a ChDB operation.
Instance Attribute Summary collapse
-
#output_format ⇒ Object
Returns the value of attribute output_format.
Instance Method Summary collapse
Instance Attribute Details
#output_format ⇒ Object
Returns the value of attribute output_format.
6 7 8 |
# File 'lib/chdb/local_result.rb', line 6 def output_format @output_format end |
Instance Method Details
#buf ⇒ Object
#bytes_read ⇒ Object
#elapsed ⇒ Object
#rows_read ⇒ Object
#to_s ⇒ Object
8 9 10 |
# File 'lib/chdb/local_result.rb', line 8 def to_s buf end |