File tree Expand file tree Collapse file tree
examples/datafusion-ffi-example/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515// specific language governing permissions and limitations
1616// under the License.
1717
18- use crate :: catalog_provider:: MyCatalogProvider ;
1918use crate :: aggregate_udf:: MySumUDF ;
19+ use crate :: catalog_provider:: MyCatalogProvider ;
2020use crate :: scalar_udf:: IsNullUDF ;
2121use crate :: table_function:: MyTableFunction ;
2222use crate :: table_provider:: MyTableProvider ;
2323use crate :: window_udf:: MyRankUDF ;
2424use pyo3:: prelude:: * ;
2525
26- pub ( crate ) mod catalog_provider;
2726pub ( crate ) mod aggregate_udf;
27+ pub ( crate ) mod catalog_provider;
2828pub ( crate ) mod scalar_udf;
2929pub ( crate ) mod table_function;
3030pub ( crate ) mod table_provider;
Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ max-doc-length = 88
133133dev = [
134134 " maturin>=1.8.1" ,
135135 " numpy>1.25.0" ,
136+ " pre-commit>=4.0.0" ,
136137 " pytest>=7.4.4" ,
137138 " pytest-asyncio>=0.23.3" ,
138139 " ruff>=0.9.1" ,
You can’t perform that action at this time.
0 commit comments