UNPKG

@datastax/astra-db-ts

Version:
16 lines (15 loc) 491 B
"use strict"; // Copyright Datastax, Inc // SPDX-License-Identifier: Apache-2.0 Object.defineProperty(exports, "__esModule", { value: true }); exports.TableFindCursor = void 0; const find_cursor_js_1 = require("../../../documents/cursors/find-cursor.js"); class TableFindCursor extends find_cursor_js_1.FindCursor { get dataSource() { return this._parent; } filter(filter) { return super.filter(filter); } } exports.TableFindCursor = TableFindCursor;