LICENSE.txt
README.md
pyproject.toml
setup.py
evadb/__init__.py
evadb/constants.py
evadb/database.py
evadb/evadb_cmd_client.py
evadb/evadb_config.py
evadb/evadb_server.py
evadb/version.py
evadb.egg-info/PKG-INFO
evadb.egg-info/SOURCES.txt
evadb.egg-info/dependency_links.txt
evadb.egg-info/entry_points.txt
evadb.egg-info/requires.txt
evadb.egg-info/top_level.txt
evadb/binder/__init__.py
evadb/binder/binder_utils.py
evadb/binder/create_index_statement_binder.py
evadb/binder/function_expression_binder.py
evadb/binder/statement_binder.py
evadb/binder/statement_binder_context.py
evadb/binder/tuple_value_expression_binder.py
evadb/catalog/__init__.py
evadb/catalog/catalog_manager.py
evadb/catalog/catalog_type.py
evadb/catalog/catalog_utils.py
evadb/catalog/schema_utils.py
evadb/catalog/sql_config.py
evadb/catalog/models/__init__.py
evadb/catalog/models/association_models.py
evadb/catalog/models/base_model.py
evadb/catalog/models/column_catalog.py
evadb/catalog/models/configuration_catalog.py
evadb/catalog/models/database_catalog.py
evadb/catalog/models/function_cache_catalog.py
evadb/catalog/models/function_catalog.py
evadb/catalog/models/function_cost_catalog.py
evadb/catalog/models/function_io_catalog.py
evadb/catalog/models/function_metadata_catalog.py
evadb/catalog/models/index_catalog.py
evadb/catalog/models/job_catalog.py
evadb/catalog/models/job_history_catalog.py
evadb/catalog/models/table_catalog.py
evadb/catalog/models/utils.py
evadb/catalog/services/__init__.py
evadb/catalog/services/base_service.py
evadb/catalog/services/column_catalog_service.py
evadb/catalog/services/configuration_catalog_service.py
evadb/catalog/services/database_catalog_service.py
evadb/catalog/services/function_cache_catalog_service.py
evadb/catalog/services/function_catalog_service.py
evadb/catalog/services/function_cost_catalog_service.py
evadb/catalog/services/function_io_catalog_service.py
evadb/catalog/services/function_metadata_catalog_service.py
evadb/catalog/services/index_catalog_service.py
evadb/catalog/services/job_catalog_service.py
evadb/catalog/services/job_history_catalog_service.py
evadb/catalog/services/table_catalog_service.py
evadb/configuration/__init__.py
evadb/configuration/bootstrap_environment.py
evadb/configuration/constants.py
evadb/executor/__init__.py
evadb/executor/abstract_executor.py
evadb/executor/apply_and_merge_executor.py
evadb/executor/create_database_executor.py
evadb/executor/create_executor.py
evadb/executor/create_function_executor.py
evadb/executor/create_index_executor.py
evadb/executor/create_job_executor.py
evadb/executor/delete_executor.py
evadb/executor/drop_object_executor.py
evadb/executor/exchange_executor.py
evadb/executor/execution_context.py
evadb/executor/executor_utils.py
evadb/executor/explain_executor.py
evadb/executor/function_scan_executor.py
evadb/executor/groupby_executor.py
evadb/executor/hash_join_executor.py
evadb/executor/insert_executor.py
evadb/executor/join_build_executor.py
evadb/executor/limit_executor.py
evadb/executor/load_csv_executor.py
evadb/executor/load_executor.py
evadb/executor/load_multimedia_executor.py
evadb/executor/nested_loop_join_executor.py
evadb/executor/orderby_executor.py
evadb/executor/plan_executor.py
evadb/executor/pp_executor.py
evadb/executor/predicate_executor.py
evadb/executor/project_executor.py
evadb/executor/ray_utils.py
evadb/executor/rename_executor.py
evadb/executor/sample_executor.py
evadb/executor/seq_scan_executor.py
evadb/executor/set_executor.py
evadb/executor/show_info_executor.py
evadb/executor/storage_executor.py
evadb/executor/union_executor.py
evadb/executor/use_executor.py
evadb/executor/vector_index_scan_executor.py
evadb/expression/__init__.py
evadb/expression/abstract_expression.py
evadb/expression/aggregation_expression.py
evadb/expression/arithmetic_expression.py
evadb/expression/comparison_expression.py
evadb/expression/constant_value_expression.py
evadb/expression/expression_utils.py
evadb/expression/function_expression.py
evadb/expression/logical_expression.py
evadb/expression/tuple_value_expression.py
evadb/functions/__init__.py
evadb/functions/asl_action_recognition.py
evadb/functions/chatgpt.py
evadb/functions/dalle.py
evadb/functions/emotion_detector.py
evadb/functions/face_detector.py
evadb/functions/fastrcnn_object_detector.py
evadb/functions/feature_extractor.py
evadb/functions/forecast.py
evadb/functions/function_bootstrap_queries.py
evadb/functions/fuzzy_join.py
evadb/functions/gpu_compatible.py
evadb/functions/ludwig.py
evadb/functions/mnist_image_classifier.py
evadb/functions/mvit_action_recognition.py
evadb/functions/saliency_feature_extractor.py
evadb/functions/sentence_feature_extractor.py
evadb/functions/sift_feature_extractor.py
evadb/functions/sklearn.py
evadb/functions/stable_diffusion.py
evadb/functions/text_filter_keyword.py
evadb/functions/xgboost.py
evadb/functions/yolo_object_detector.py
evadb/functions/abstract/__init__.py
evadb/functions/abstract/abstract_function.py
evadb/functions/abstract/hf_abstract_function.py
evadb/functions/abstract/pytorch_abstract_function.py
evadb/functions/abstract/tracker_abstract_function.py
evadb/functions/decorators/__init__.py
evadb/functions/decorators/decorators.py
evadb/functions/decorators/utils.py
evadb/functions/decorators/io_descriptors/__init__.py
evadb/functions/decorators/io_descriptors/abstract_types.py
evadb/functions/decorators/io_descriptors/data_types.py
evadb/functions/ndarray/__init__.py
evadb/functions/ndarray/annotate.py
evadb/functions/ndarray/array_count.py
evadb/functions/ndarray/crop.py
evadb/functions/ndarray/fuzzy_join.py
evadb/functions/ndarray/gaussian_blur.py
evadb/functions/ndarray/horizontal_flip.py
evadb/functions/ndarray/open.py
evadb/functions/ndarray/similarity.py
evadb/functions/ndarray/to_grayscale.py
evadb/functions/ndarray/vertical_flip.py
evadb/functions/trackers/__init__.py
evadb/functions/trackers/nor_fair.py
evadb/interfaces/__init__.py
evadb/interfaces/relational/__init__.py
evadb/interfaces/relational/db.py
evadb/interfaces/relational/relation.py
evadb/interfaces/relational/utils.py
evadb/models/__init__.py
evadb/models/catalog/__init__.py
evadb/models/catalog/frame_info.py
evadb/models/catalog/properties.py
evadb/models/server/__init__.py
evadb/models/server/response.py
evadb/models/storage/__init__.py
evadb/models/storage/batch.py
evadb/optimizer/__init__.py
evadb/optimizer/binder.py
evadb/optimizer/cost_model.py
evadb/optimizer/group.py
evadb/optimizer/group_expression.py
evadb/optimizer/memo.py
evadb/optimizer/operators.py
evadb/optimizer/optimizer_context.py
evadb/optimizer/optimizer_task_stack.py
evadb/optimizer/optimizer_tasks.py
evadb/optimizer/optimizer_utils.py
evadb/optimizer/plan_generator.py
evadb/optimizer/property.py
evadb/optimizer/statement_to_opr_converter.py
evadb/optimizer/rules/__init__.py
evadb/optimizer/rules/pattern.py
evadb/optimizer/rules/rules.py
evadb/optimizer/rules/rules_base.py
evadb/optimizer/rules/rules_manager.py
evadb/parser/__init__.py
evadb/parser/alias.py
evadb/parser/create_function_statement.py
evadb/parser/create_index_statement.py
evadb/parser/create_statement.py
evadb/parser/delete_statement.py
evadb/parser/drop_object_statement.py
evadb/parser/evadb.lark
evadb/parser/explain_statement.py
evadb/parser/insert_statement.py
evadb/parser/lark_parser.py
evadb/parser/load_statement.py
evadb/parser/parser.py
evadb/parser/rename_statement.py
evadb/parser/select_statement.py
evadb/parser/set_statement.py
evadb/parser/show_statement.py
evadb/parser/statement.py
evadb/parser/table_ref.py
evadb/parser/types.py
evadb/parser/use_statement.py
evadb/parser/utils.py
evadb/parser/lark_visitor/__init__.py
evadb/parser/lark_visitor/_common_clauses_ids.py
evadb/parser/lark_visitor/_create_statements.py
evadb/parser/lark_visitor/_delete_statement.py
evadb/parser/lark_visitor/_drop_statement.py
evadb/parser/lark_visitor/_explain_statement.py
evadb/parser/lark_visitor/_expressions.py
evadb/parser/lark_visitor/_functions.py
evadb/parser/lark_visitor/_insert_statements.py
evadb/parser/lark_visitor/_load_statement.py
evadb/parser/lark_visitor/_rename_statement.py
evadb/parser/lark_visitor/_select_statement.py
evadb/parser/lark_visitor/_set_statement.py
evadb/parser/lark_visitor/_show_statements.py
evadb/parser/lark_visitor/_table_sources.py
evadb/parser/lark_visitor/_use_statement.py
evadb/plan_nodes/__init__.py
evadb/plan_nodes/abstract_join_plan.py
evadb/plan_nodes/abstract_plan.py
evadb/plan_nodes/abstract_scan_plan.py
evadb/plan_nodes/apply_and_merge_plan.py
evadb/plan_nodes/create_from_select_plan.py
evadb/plan_nodes/create_function_plan.py
evadb/plan_nodes/create_index_plan.py
evadb/plan_nodes/create_plan.py
evadb/plan_nodes/delete_plan.py
evadb/plan_nodes/drop_object_plan.py
evadb/plan_nodes/exchange_plan.py
evadb/plan_nodes/explain_plan.py
evadb/plan_nodes/function_scan_plan.py
evadb/plan_nodes/groupby_plan.py
evadb/plan_nodes/hash_join_build_plan.py
evadb/plan_nodes/hash_join_probe_plan.py
evadb/plan_nodes/insert_plan.py
evadb/plan_nodes/lateral_join_plan.py
evadb/plan_nodes/limit_plan.py
evadb/plan_nodes/load_data_plan.py
evadb/plan_nodes/native_plan.py
evadb/plan_nodes/nested_loop_join_plan.py
evadb/plan_nodes/orderby_plan.py
evadb/plan_nodes/pp_plan.py
evadb/plan_nodes/predicate_plan.py
evadb/plan_nodes/project_plan.py
evadb/plan_nodes/rename_plan.py
evadb/plan_nodes/sample_plan.py
evadb/plan_nodes/seq_scan_plan.py
evadb/plan_nodes/show_info_plan.py
evadb/plan_nodes/storage_plan.py
evadb/plan_nodes/types.py
evadb/plan_nodes/union_plan.py
evadb/plan_nodes/vector_index_scan_plan.py
evadb/readers/__init__.py
evadb/readers/abstract_reader.py
evadb/readers/csv_reader.py
evadb/readers/decord_reader.py
evadb/readers/pdf_reader.py
evadb/readers/document/__init__.py
evadb/readers/document/document_reader.py
evadb/readers/document/registry.py
evadb/readers/image/__init__.py
evadb/readers/image/opencv_image_reader.py
evadb/server/__init__.py
evadb/server/command_handler.py
evadb/server/interpreter.py
evadb/server/server.py
evadb/storage/__init__.py
evadb/storage/abstract_media_storage_engine.py
evadb/storage/abstract_storage_engine.py
evadb/storage/document_storage_engine.py
evadb/storage/image_storage_engine.py
evadb/storage/native_storage_engine.py
evadb/storage/pdf_storage_engine.py
evadb/storage/sqlite_storage_engine.py
evadb/storage/storage_engine.py
evadb/storage/video_storage_engine.py
evadb/third_party/__init__.py
evadb/third_party/databases/__init__.py
evadb/third_party/databases/interface.py
evadb/third_party/databases/types.py
evadb/third_party/databases/clickhouse/__init__.py
evadb/third_party/databases/clickhouse/clickhouse_handler.py
evadb/third_party/databases/clickhouse/requirements.txt
evadb/third_party/databases/github/__init__.py
evadb/third_party/databases/github/github_handler.py
evadb/third_party/databases/github/requirements.txt
evadb/third_party/databases/github/table_column_info.py
evadb/third_party/databases/mariadb/__init__.py
evadb/third_party/databases/mariadb/mariadb_handler.py
evadb/third_party/databases/mariadb/requirements.txt
evadb/third_party/databases/mysql/__init__.py
evadb/third_party/databases/mysql/mysql_handler.py
evadb/third_party/databases/mysql/requirements.txt
evadb/third_party/databases/postgres/__init__.py
evadb/third_party/databases/postgres/postgres_handler.py
evadb/third_party/databases/postgres/requirements.txt
evadb/third_party/databases/slack/__init__.py
evadb/third_party/databases/slack/slack_handler.py
evadb/third_party/databases/snowflake/__init__.py
evadb/third_party/databases/snowflake/requirements.txt
evadb/third_party/databases/snowflake/snowflake_handler.py
evadb/third_party/databases/sqlite/__init__.py
evadb/third_party/databases/sqlite/sqlite_handler.py
evadb/third_party/huggingface/__init__.py
evadb/third_party/huggingface/binder.py
evadb/third_party/huggingface/create.py
evadb/third_party/huggingface/model.py
evadb/third_party/vector_stores/__init__.py
evadb/third_party/vector_stores/chromadb.py
evadb/third_party/vector_stores/faiss.py
evadb/third_party/vector_stores/milvus.py
evadb/third_party/vector_stores/pinecone.py
evadb/third_party/vector_stores/qdrant.py
evadb/third_party/vector_stores/types.py
evadb/third_party/vector_stores/utils.py
evadb/utils/__init__.py
evadb/utils/errors.py
evadb/utils/generic_utils.py
evadb/utils/job_scheduler.py
evadb/utils/kv_cache.py
evadb/utils/logging_manager.py
evadb/utils/math_utils.py
evadb/utils/s3_utils.py
evadb/utils/stats.py
test/__init__.py
test/markers.py
test/util.py
test/app_tests/__init__.py
test/app_tests/test_pandas_qa.py
test/app_tests/test_privategpt.py
test/app_tests/test_youtube_channel_qa.py
test/app_tests/test_youtube_qa.py
test/benchmark_tests/__init__.py
test/benchmark_tests/conftest.py
test/benchmark_tests/test_benchmark_pytorch.py
test/integration_tests/__init__.py
test/integration_tests/long/__init__.py
test/integration_tests/long/test_array_count.py
test/integration_tests/long/test_create_index_executor.py
test/integration_tests/long/test_create_table_executor.py
test/integration_tests/long/test_delete_executor.py
test/integration_tests/long/test_error_handling_with_ray.py
test/integration_tests/long/test_eva_server.py
test/integration_tests/long/test_explain_executor.py
test/integration_tests/long/test_function_executor.py
test/integration_tests/long/test_fuzzy_join.py
test/integration_tests/long/test_github_datasource.py
test/integration_tests/long/test_huggingface_functions.py
test/integration_tests/long/test_job_scheduler_execution.py
test/integration_tests/long/test_like.py
test/integration_tests/long/test_load_executor.py
test/integration_tests/long/test_model_forecasting.py
test/integration_tests/long/test_model_train.py
test/integration_tests/long/test_open.py
test/integration_tests/long/test_optimizer_rules.py
test/integration_tests/long/test_pytorch.py
test/integration_tests/long/test_reuse.py
test/integration_tests/long/test_s3_load_executor.py
test/integration_tests/long/test_saliency.py
test/integration_tests/long/test_select_executor.py
test/integration_tests/long/test_similarity.py
test/integration_tests/long/test_single_document_similarity.py
test/integration_tests/long/test_text_filtering.py
test/integration_tests/long/test_timer.py
test/integration_tests/long/functions/__init__.py
test/integration_tests/long/functions/test_chatgpt.py
test/integration_tests/long/functions/test_emotion_detector.py
test/integration_tests/long/functions/test_facenet_udf.py
test/integration_tests/long/functions/test_fastrcnn_object_detector.py
test/integration_tests/long/functions/test_hugging_face.py
test/integration_tests/long/functions/test_stablediffusion.py
test/integration_tests/long/functions/test_yolo_object_detector.py
test/integration_tests/long/functions/ndarray/__init__.py
test/integration_tests/long/functions/ndarray/test_annotate.py
test/integration_tests/long/functions/ndarray/test_array_count.py
test/integration_tests/long/functions/ndarray/test_crop.py
test/integration_tests/long/functions/ndarray/test_flips.py
test/integration_tests/long/functions/ndarray/test_gaussian_blur.py
test/integration_tests/long/functions/ndarray/test_open.py
test/integration_tests/long/functions/ndarray/test_to_grayscale.py
test/integration_tests/long/interfaces/__init__.py
test/integration_tests/long/interfaces/relational/__init__.py
test/integration_tests/long/interfaces/relational/test_relational_api.py
test/integration_tests/short/__init__.py
test/integration_tests/short/test_create_database_executor.py
test/integration_tests/short/test_create_job_executor.py
test/integration_tests/short/test_drop_executor.py
test/integration_tests/short/test_generic_utils.py
test/integration_tests/short/test_insert_executor.py
test/integration_tests/short/test_load_executor.py
test/integration_tests/short/test_load_pdf_executor.py
test/integration_tests/short/test_rename_executor.py
test/integration_tests/short/test_select_executor.py
test/integration_tests/short/test_set_executor.py
test/integration_tests/short/test_show_info_executor.py
test/integration_tests/short/test_use_executor.py
third_party/__init__.py