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