Section navigation

Public classSealed Int32PointInSetQuery

Namespace
Rowles.LeanCorpus.Search.Queries
Assembly
Rowles.LeanCorpus.dll

Matches any supplied 32-bit integer point.

public sealed class Int32PointInSetQuery : Query, IEquatable<Query>
Inheritance
Int32PointInSetQuery
Implements
Inherited Members
Extension Methods

Public constructor Int32PointInSetQuery(string, params int[])

Initialises a 32-bit integer point-in-set query.

Public property Field

Gets the single field this query targets, or an empty value for fieldless and multi-field queries.

Public property Points

Gets the sorted, distinct points.

Public method Equals(object?)

Determines whether the specified object is equal to the current object.

Public method GetHashCode()

Serves as the default hash function.

Public method Rewrite()

Rewrites this query to an executable query form. Custom query types can override this to lower themselves to built-in queries.