Hacker News new | ask | show | jobs
by ledauphin 661 days ago
when you say "our in-memory engine", are you talking about dataframe or the lazyframe?
1 comments

A DataFrame is our in memory table. A LazyFrame is a compute plan that can have DataFrames as source.

The engine is what executes our plans and materializes a result. This is plural as we are building a new one.