Skip to content

Request for Binary Operators Support in ArcGIS Query #327

@adntian

Description

@adntian

Dear Esri team,

(because of i has no permission to post on community, so i create a new issue..)

I would like to suggest adding support for binary operators (&, |, ^) in ArcGIS query expressions.

Binary operations are significantly more efficient in certain data processing scenarios—especially when working with flag-based fields. Many datasets contain bitwise flag values to represent multiple boolean states compactly. Supporting binary operators would allow developers and analysts to:

•Efficiently filter and query features using bitmask logic.

•Minimize data transmission by avoiding the need for post-processing large result sets on the client side.

•Improve reusability of data structures by using bit fields to encode multiple states or permissions.

Currently, ArcGIS supports common arithmetic operators like +, -, *, and /, but lacks built-in support for binary operators such as &, |, and ~. Adding this functionality would be a valuable enhancement for more advanced workflows and optimized performance.

Thank you for your consideration!

Best regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions