PointsConfig

class PointsConfig(format: NumberFormat, type: KClass<out Number>)

This class holds the configuration used to parse numeric queries and create PointValues queries.

See also

Constructors

Link copied to clipboard
constructor(format: NumberFormat, type: KClass<out Number>)

Properties

Link copied to clipboard

Returns the NumberFormat used to parse a String to Number

Link copied to clipboard
var type: KClass<out Number>

Returns the numeric type used to index the numeric values

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int