/** * @license Apache-2.0 * @copyright Cube Dev, Inc. * @fileoverview * Shared backend enums and constants. */ /** * Queries aliases strings. */ export declare enum QueryAlias { AGG_SUB_QUERY_KEYS = "keys", TOTAL_COUNT = "total_count", ORIGINAL_QUERY = "original_query" } export declare const MAX_SOURCE_ROW_LIMIT = "__MAX_SOURCE_ROW_LIMIT"; //# sourceMappingURL=enums.d.ts.map