mirror of https://github.com/AMT-Cheif/drift.git
fixed OrderingTerm.random docblock
This commit is contained in:
parent
d276c89d6d
commit
3d31cb9c6d
|
@ -71,7 +71,7 @@ class OrderingTerm extends Component {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Creates an ordering term to get a number of random rows
|
/// Creates an ordering term that sorts rows in a random order
|
||||||
/// using sqlite random function.
|
/// using sqlite random function.
|
||||||
factory OrderingTerm.random() {
|
factory OrderingTerm.random() {
|
||||||
return OrderingTerm(expression: const FunctionCallExpression('random', []));
|
return OrderingTerm(expression: const FunctionCallExpression('random', []));
|
||||||
|
|
Loading…
Reference in New Issue