This is a filter that lets you remove attributes and columns from a result set.
Hide omitted argument names for this function
Omitted Argument NamesThe argument name for
fields
can be omitted; the following forms of this function are equivalent:logscaledrop("value")
and:
logscaledrop(fields="value")
These examples show basic structure only.
drop()
Examples
This example shows how to drop the single field called, header:
logscale
drop(header)
In this example, it will drop two fields:
logscale
drop([header,value])