FloatLiteral

class FloatLiteral(value: Float) : Literal<Float>

Represents a 32-bit single-precision Float literal in a KQLite query.

This class corresponds to the FLOAT data type, a subset of the REAL affinity in SQLite. It is used for storing single-precision floating-point values.

Author

MOHAMMAD AZIM ANSARI

Parameters

value

The Float value of this literal.

Constructors

Link copied to clipboard
constructor(value: Float)