> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/graphql/data-access/input-types/data-comparison-expression-literal.md).

# DataComparisonExpressionLiteral

Input object to represent a literal value. Exactly one of the fields should be specified.

```graphql
input DataComparisonExpressionLiteral {
  bool: Boolean
  float: Float
  int: Int
  str: String
  timestamp: Time
}
```

### Fields

#### bool ● [`Boolean`](/api/graphql/data-access/scalars/boolean.md) scalar <a href="#bool" id="bool"></a>

A boolean value.

#### float ● [`Float`](/api/graphql/data-access/scalars/float.md) scalar <a href="#float" id="float"></a>

A float value

#### int ● [`Int`](/api/graphql/data-access/scalars/int.md) scalar <a href="#int" id="int"></a>

An integer value.

#### str ● [`String`](/api/graphql/data-access/scalars/string.md) scalar <a href="#str" id="str"></a>

A string value.

#### timestamp ● [`Time`](/api/graphql/data-access/scalars/time.md) scalar <a href="#timestamp" id="timestamp"></a>

A timestamp value.

### Member Of

[`DataComparisonExpressionOperandInput`](/api/graphql/data-access/input-types/data-comparison-expression-operand-input.md) input
