For the complete documentation index, see llms.txt. This page is also available as Markdown.

DataComparisonExpressionLiteral

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

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

Fields

bool ● Boolean scalar

A boolean value.

float ● Float scalar

A float value

int ● Int scalar

An integer value.

str ● String scalar

A string value.

timestamp ● Time scalar

A timestamp value.

Member Of

DataComparisonExpressionOperandInput input

Last updated

Was this helpful?