Class: SQLite3::Database

Inherits:
Object
  • Object
show all
Defined in:
lib/carray/autoload/autoload_dataframe_dataframe.rb,
lib/carray/dataframe/dataframe.rb

Instance Method Summary collapse

Instance Method Details

#to_df(expr) ⇒ Object



1531
1532
1533
# File 'lib/carray/dataframe/dataframe.rb', line 1531

def to_df (expr)
  return CADataFrame.load_sqlite3 self, expr 
end