UNPKG

objection

Version:
14 lines (10 loc) 226 B
'use strict'; const { WhereInEagerOperation } = require('./WhereInEagerOperation'); class NaiveEagerOperation extends WhereInEagerOperation { batchSize() { return 1; } } module.exports = { NaiveEagerOperation, };