| datafusion.SessionContext |
| ========================= |
| |
| .. currentmodule:: datafusion |
| |
| .. autoclass:: SessionContext |
| |
| |
| .. automethod:: __init__ |
| |
| |
| .. rubric:: Methods |
| |
| .. autosummary:: |
| |
| ~SessionContext.__init__ |
| ~SessionContext.catalog |
| ~SessionContext.create_dataframe |
| ~SessionContext.deregister_table |
| ~SessionContext.empty_table |
| ~SessionContext.register_csv |
| ~SessionContext.register_parquet |
| ~SessionContext.register_record_batches |
| ~SessionContext.register_table |
| ~SessionContext.register_udf |
| ~SessionContext.sql |
| ~SessionContext.table |
| ~SessionContext.tables |
| |
| |
| |
| |
| |
| |