@cityjson/flatcitybuf
    Preparing search index...

    Type Alias Operator

    Operator: "Eq" | "Ne" | "Gt" | "Ge" | "Lt" | "Le"

    Comparison operators for an attribute condition: equal, not equal, greater than, greater or equal, less than, less or equal. Spelled in the same capitalised names the Rust reader and the FlatCityBuf query syntax use.

    Declared HERE, in the R-tree task, even though nothing consumes them until the attribute-index task: SelectOptions.where has to reference them, so the alternative is a SelectOptions whose shape changes later. The attribute task imports these rather than redeclaring them.