evadb.EVADBCursor.load#

EVADBCursor.load(file_regex: str, table_name: str, format: str, **kwargs) EVADBQuery[source]#

Loads data from files into a table.

Parameters:
  • file_regex (str) – Regular expression specifying the files to load.

  • table_name (str) – Name of the table.

  • format (str) – File format of the data.

  • **kwargs – Additional keyword arguments for configuring the load operation.

Returns:

The EVADBQuery object representing the load query.

Return type:

EVADBQuery