lamb
Types
pub type Partial(record) {
Records(List(record), Step)
End(List(record))
}
Constructors
-
Records(List(record), Step)
-
End(List(record))
Functions
pub fn batch(
from table: Table(a, b),
by limit: Int,
where query: Query(a, b),
) -> Partial(c)