Path Lines of Code Cargo.toml 60 benchmarks/db-benchmark/groupby-datafusion.py 478 benchmarks/db-benchmark/join-datafusion.py 266 benchmarks/tpch/create_tables.sql 109 benchmarks/tpch/queries/q1.sql 21 benchmarks/tpch/queries/q10.sql 31 benchmarks/tpch/queries/q11.sql 27 benchmarks/tpch/queries/q12.sql 28 benchmarks/tpch/queries/q13.sql 20 benchmarks/tpch/queries/q14.sql 13 benchmarks/tpch/queries/q15.sql 31 benchmarks/tpch/queries/q16.sql 30 benchmarks/tpch/queries/q17.sql 17 benchmarks/tpch/queries/q18.sql 32 benchmarks/tpch/queries/q19.sql 35 benchmarks/tpch/queries/q2.sql 43 benchmarks/tpch/queries/q20.sql 37 benchmarks/tpch/queries/q21.sql 39 benchmarks/tpch/queries/q22.sql 37 benchmarks/tpch/queries/q3.sql 22 benchmarks/tpch/queries/q4.sql 21 benchmarks/tpch/queries/q5.sql 24 benchmarks/tpch/queries/q6.sql 9 benchmarks/tpch/queries/q7.sql 39 benchmarks/tpch/queries/q8.sql 37 benchmarks/tpch/queries/q9.sql 32 benchmarks/tpch/tpch.py 57 build.rs 3 conda/environments/datafusion-dev.yaml 24 conda/recipes/meta.yaml 35 datafusion/__init__.py 172 datafusion/common.py 3 datafusion/context.py 74 datafusion/cudf.py 53 datafusion/expr.py 3 datafusion/functions.py 3 datafusion/input/__init__.py 4 datafusion/input/base.py 14 datafusion/input/location.py 45 datafusion/object_store.py 3 datafusion/pandas.py 54 datafusion/polars.py 71 datafusion/substrait.py 3 dev/create_license.py 27 dev/release/check-rat-report.py 36 dev/release/generate-changelog.py 77 pyproject.toml 59 requirements.in 26 src/catalog.rs 100 src/common.rs 20 src/common/data_type.rs 641 src/common/df_field.rs 58 src/common/df_schema.rs 34 src/common/function.rs 33 src/common/schema.rs 174 src/config.rs 69 src/context.rs 624 src/dataframe.rs 289 src/dataset.rs 78 src/dataset_exec.rs 222 src/errors.rs 63 src/expr.rs 557 src/expr/aggregate.rs 76 src/expr/aggregate_expr.rs 44 src/expr/alias.rs 41 src/expr/analyze.rs 54 src/expr/between.rs 50 src/expr/binary_expr.rs 33 src/expr/bool_expr.rs 264 src/expr/case.rs 34 src/expr/cast.rs 51 src/expr/column.rs 32 src/expr/conditional_expr.rs 31 src/expr/create_memory_table.rs 65 src/expr/create_view.rs 71 src/expr/cross_join.rs 62 src/expr/distinct.rs 50 src/expr/drop_table.rs 58 src/expr/empty_relation.rs 54 src/expr/exists.rs 23 src/expr/explain.rs 77 src/expr/extension.rs 28 src/expr/filter.rs 56 src/expr/grouping_set.rs 17 src/expr/in_list.rs 31 src/expr/in_subquery.rs 31 src/expr/indexed_field.rs 43 src/expr/join.rs 135 src/expr/like.rs 151 src/expr/limit.rs 59 src/expr/literal.rs 119 src/expr/logical_node.rs 6 src/expr/placeholder.rs 26 src/expr/projection.rs 84 src/expr/repartition.rs 92 src/expr/scalar_function.rs 41 src/expr/scalar_subquery.rs 24 src/expr/scalar_variable.rs 29 src/expr/signature.rs 20 src/expr/sort.rs 66 src/expr/subquery.rs 51 src/expr/subquery_alias.rs 58 src/expr/table_scan.rs 109 src/expr/union.rs 59 src/functions.rs 406 src/lib.rs 76 src/physical_plan.rs 48 src/pyarrow_filter_expression.rs 90 src/record_batch.rs 41 src/sql.rs 2 src/sql/exceptions.rs 16 src/sql/logical.rs 91 src/store.rs 179 src/substrait.rs 110 src/udaf.rs 105 src/udf.rs 64 src/utils.rs 31