UNPKG

sphinxql

Version:

SphinxQL query builder for Node.JS. Supports Sphinx search(2.x and 3.x) and Manticore search

13 lines 540 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var FilterCondition_1 = require("../FilterCondition"); var HavingExprStatement = (function (_super) { tslib_1.__extends(HavingExprStatement, _super); function HavingExprStatement() { return _super !== null && _super.apply(this, arguments) || this; } return HavingExprStatement; }(FilterCondition_1.default)); exports.default = HavingExprStatement; //# sourceMappingURL=HavingExprStatement.js.map