drop_interface

drop_interface [interface_name: const string]+

Removes one or more interface implementations from the current dataset.

See also interface.

Categories

Accelerable

drop_interface is always accelerable if the input is accelerable. A dataset that only uses accelerable verbs can be accelerated, making queries on the dataset respond faster.

Examples

drop_interface "log", "metric"

Removes the log and metric interfaces from the current dataset.