Return this until/unless I tackle field sorting.
This commit is contained in:
@@ -6,5 +6,6 @@
|
|||||||
{
|
{
|
||||||
return new Key<@record@>(
|
return new Key<@record@>(
|
||||||
@record@.class,
|
@record@.class,
|
||||||
|
new ColumnExp[] { @fieldNameList@ },
|
||||||
new Comparable[] { @argNameList@ });
|
new Comparable[] { @argNameList@ });
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user