Remove unused orm function

This commit is contained in:
Cadence Ember
2026-01-09 01:50:16 +13:00
parent 29d08df094
commit 8661aa7cfa

View File

@@ -104,21 +104,6 @@ class From {
return r
}
/**
* @template {Col} Select
* @param {string} what
* @param {Select} col
*/
pluckAs(what, col) {
/** @type {Pluck<Table, Select>} */
// @ts-ignore
const r = this
r.cols = [`${what} AS ${col}`]
this.makeColsSafe = false
r.isPluck = true
return r
}
/**
* @param {string} sql
*/