Skip to content
GitHub Actions edited this page Jan 2, 2026 · 1 revision

aql_translator.cpp

Stand: 5. Dezember 2025
Version: 1.0.0
Kategorie: Src


Path: src/query/aql_translator.cpp

Purpose: Translate AQL AST fragments into internal query engine operations; handles FULLTEXT parsing.

Public functions / symbols:

  • if (!ast) {
  • if (ast->traversal) {
  • switch (ast->traversal->direction) {
  • for (const auto& filter : ast->filters) {
  • ``
  • if (!filter || !filter->condition) {
  • if (ast->sort) {
  • if (bo->op == BinaryOperator::And) {
  • if (name != "fulltext") {
  • for (const auto& predExpr : predicateExprs) {
  • if (!expr) {
  • if (binOp->op == BinaryOperator::And) {
  • if (binOp->op == BinaryOperator::Or) {
  • switch (binOp->op) {
  • if (limit) {
  • for (const auto& leftConj : leftDNF) {
  • for (const auto& rightConj : rightDNF) {
  • return findFulltext(bo->right);
  • collectNonFulltext(bo->left, preds);
  • collectNonFulltext(bo->right, preds);
  • collectNonFulltext(filter->condition, predicateExprs);
  • extractPredicates(binOp->right, eqPredicates, rangePredicates, error);

Notes / TODOs:

  • Document FULLTEXT translation steps and tokenization.

ThemisDB Dokumentation

Version: 1.3.0 | Stand: Dezember 2025


📋 Schnellstart


🏗️ Architektur


🗄️ Basismodell


💾 Storage & MVCC


📇 Indexe & Statistiken


🔍 Query & AQL


💰 Caching


📦 Content Pipeline


🔎 Suche


⚡ Performance & Benchmarks


🏢 Enterprise Features


✅ Qualitätssicherung


🧮 Vektor & GNN


🌍 Geo Features


🛡️ Sicherheit & Governance

Authentication

Schlüsselverwaltung

Verschlüsselung

TLS & Certificates

PKI & Signatures

PII Detection

Vault & HSM

Audit & Compliance

Security Audits

Gap Analysis


🚀 Deployment & Betrieb

Docker

Observability

Change Data Capture

Operations


💻 Entwicklung

API Implementations

Changefeed

Security Development

Development Overviews


📄 Publikation & Ablage


🔧 Admin-Tools


🔌 APIs


📚 Client SDKs


📊 Implementierungs-Zusammenfassungen


📅 Planung & Reports


📖 Dokumentation


📝 Release Notes


📖 Styleguide & Glossar


🗺️ Roadmap & Changelog


💾 Source Code Documentation

Main Programs

Source Code Module


🗄️ Archive


🤝 Community & Support


Vollständige Dokumentation: https://makr-code.github.io/ThemisDB/

Clone this wiki locally