Version: 2022.2
public void RemoveOperator (string op);

参数

op The operator identifier.

描述

Removes a custom operator that was added on the QueryEngine.

// Remove an operator based on its token
var operatorToken = "%";
queryEngine.RemoveOperator(operatorToken);