Extracted from Pike v7.8 release 866 at 2016-11-06.
[Top]
ADT
ADT.Table
ADT.Table.table
Methods
_indices()
_sizeof()
_values()
`==()
`[]()
append_bottom()
append_right()
col()
create()
decode()
distinct()
encode()
group()
limit()
map()
remove()
rename()
reverse()
row()
rsort()
select()
sort()
sum()
type()
where()
ADT.Table.table()->group()
ADT.Table.table()->map()
Method ADT.Table.table()->limit()
Method
limit
object
limit
(
int
n
)
Description
This method truncates the table to the first
n
rows and returns a new object.