File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040from datafusion ._internal import DataFrame as DataFrameInternal
4141from datafusion ._internal import ParquetColumnOptions as ParquetColumnOptionsInternal
4242from datafusion ._internal import ParquetWriterOptions as ParquetWriterOptionsInternal
43- from datafusion ._internal import TableProvider as TableProviderInternal
4443from datafusion .expr import Expr , SortExpr , sort_or_default
4544from datafusion .plan import ExecutionPlan , LogicalPlan
4645from datafusion .record_batch import RecordBatchStream
5352 import polars as pl
5453 import pyarrow as pa
5554
55+ from datafusion ._internal import TableProvider
5656 from datafusion ._internal import expr as expr_internal
5757
5858from enum import Enum
@@ -308,7 +308,7 @@ def __init__(self, df: DataFrameInternal) -> None:
308308 """
309309 self .df = df
310310
311- def into_view (self ) -> TableProviderInternal :
311+ def into_view (self ) -> TableProvider :
312312 """Convert ``DataFrame`` into a ``TableProvider`` view for registration.
313313
314314 This is the preferred way to obtain a view for
You can’t perform that action at this time.
0 commit comments