datafusion.input.location

The default input source for DataFusion.

Classes

LocationInputPlugin

Input Plugin for everything.

Module Contents

class datafusion.input.location.LocationInputPlugin

Bases: datafusion.input.base.BaseInputSource

Input Plugin for everything.

This can be read in from a file (on disk, remote etc.).

build_table(input_file: str, table_name: str, **kwargs) datafusion.common.SqlTable

Create a table from the input source.

is_correct_input(input_item: Any, table_name: str, **kwargs)

Returns True if the input is valid.