setBounds

fun setBounds(lower: PointQueryNode?, upper: PointQueryNode?, lowerInclusive: Boolean, upperInclusive: Boolean, pointsConfig: PointsConfig)

Sets the upper and lower bounds of this range query node and the PointsConfig associated with these bounds.

Parameters

lower

the lower bound

upper

the upper bound

lowerInclusive

\`true\` if the lower bound is inclusive, otherwise, \`false\`

upperInclusive

\`true\` if the upper bound is inclusive, otherwise, \`false\`

pointsConfig

the PointsConfig that represents associated with the upper and lower bounds