Module datafusion::dataframe

source ·
Expand description

DataFrame API for building and executing query plans.

Structs§

  • Represents a logical set of rows with the same named columns.
  • Contains options that control how data is written out from a DataFrame