VQL plugins are not the same as VQL functions. A helpful ‘rule of thumb’ is
that plugins always follow the FROM keyword because they generate a table
consisting of rows from the data source, while functions (which return a single
value instead of a sequence of rows) are only present in column specifications
(i.e. after SELECT) or in condition clauses (i.e. after the WHERE keyword).
If you are not exactly sure what you’re looking for or just want to browse what’s available, we have also provided listings by general categories which you can access in the sidebar.