README.md
pyproject.toml
iceframe/__init__.py
iceframe/agent_cli.py
iceframe/async_ops.py
iceframe/branching.py
iceframe/cache.py
iceframe/catalog_ops.py
iceframe/cli.py
iceframe/compaction.py
iceframe/core.py
iceframe/evolution.py
iceframe/export.py
iceframe/expressions.py
iceframe/federation.py
iceframe/functions.py
iceframe/gc.py
iceframe/incremental.py
iceframe/ingestion.py
iceframe/magics.py
iceframe/maintenance.py
iceframe/memory.py
iceframe/monitoring.py
iceframe/mor.py
iceframe/namespace.py
iceframe/operations.py
iceframe/optimizer.py
iceframe/parallel.py
iceframe/partition.py
iceframe/pool.py
iceframe/procedures.py
iceframe/pydantic.py
iceframe/quality.py
iceframe/query.py
iceframe/rollback.py
iceframe/schema.py
iceframe/skipping.py
iceframe/stats.py
iceframe/streaming.py
iceframe/utils.py
iceframe/views.py
iceframe.egg-info/PKG-INFO
iceframe.egg-info/SOURCES.txt
iceframe.egg-info/dependency_links.txt
iceframe.egg-info/entry_points.txt
iceframe.egg-info/requires.txt
iceframe.egg-info/top_level.txt
iceframe/agent/__init__.py
iceframe/agent/core.py
iceframe/agent/llm_anthropic.py
iceframe/agent/llm_base.py
iceframe/agent/llm_gemini.py
iceframe/agent/llm_openai.py
iceframe/agent/tools.py
tests/test_additional_procedures.py
tests/test_advanced_features.py
tests/test_agent.py
tests/test_async.py
tests/test_branching.py
tests/test_cli.py
tests/test_create.py
tests/test_delete.py
tests/test_export.py
tests/test_incremental.py
tests/test_integration.py
tests/test_joins.py
tests/test_magics_unit.py
tests/test_maintenance.py
tests/test_namespace.py
tests/test_native_maintenance.py
tests/test_partition.py
tests/test_pydantic_unit.py
tests/test_quality.py
tests/test_query_builder.py
tests/test_read.py
tests/test_scalability.py
tests/test_schema.py
tests/test_stats.py
tests/test_update.py
tests/test_wap_pattern.py