Class: ChDB::LocalResult

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Instance Attribute Details

#output_formatObject

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

#bufObject

#bytes_readObject

#elapsedObject

#rows_readObject

#to_sObject



8
9
10
# File 'lib/chdb/local_result.rb', line 8

def to_s
  buf
end