mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Polishing the reference section of the manual.
Mostly resorting and renaming a few things.
This commit is contained in:
parent
6734260136
commit
0fe474e232
10 changed files with 26 additions and 34 deletions
|
@ -1,8 +1,4 @@
|
|||
# ===========================================================================
|
||||
#
|
||||
# Bloom Filter Functions
|
||||
#
|
||||
# ===========================================================================
|
||||
##! Functions to create and manipulate Bloom filters.
|
||||
|
||||
%%{
|
||||
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
# ===========================================================================
|
||||
#
|
||||
# HyperLogLog Functions
|
||||
#
|
||||
# ===========================================================================
|
||||
|
||||
##! Functions to create and manipulate probabilistic cardinality counters.
|
||||
|
||||
%%{
|
||||
#include "probabilistic/CardinalityCounter.h"
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
# ===========================================================================
|
||||
#
|
||||
# Top-K Functions
|
||||
#
|
||||
# ===========================================================================
|
||||
|
||||
##! Functions to probabilistically determine top-k elements.
|
||||
|
||||
%%{
|
||||
#include "probabilistic/Topk.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue