@aicacia/db
    Preparing search index...

    Interface QueryExecutionPort<T>

    interface QueryExecutionPort<T> {
        execute(cte: CTE<T>, docs: T[]): T[];
    }

    Type Parameters

    • T
    Index

    Methods

    Methods