PositionRT_bool_exp
Boolean expressions to filter PositionRT. All fields are combined with a logical AND.
input PositionRT_bool_exp {
_and: [PositionRT_bool_exp!]
_not: PositionRT_bool_exp
_or: [PositionRT_bool_exp!]
eventTime: timestamptz_comparison_exp
machine: MachineTP_bool_exp
machineRef: Int_comparison_exp
metricKey: String_comparison_exp
x: float8_comparison_exp
y: float8_comparison_exp
z: float8_comparison_exp
}
Fields
PositionRT_bool_exp._and ● [PositionRT_bool_exp!] list input
Combines the given expressions using a logical AND
PositionRT_bool_exp._not ● PositionRT_bool_exp input
Negates the result of the given expression.
PositionRT_bool_exp._or ● [PositionRT_bool_exp!] list input
Combines the given expressions using a logical OR.
PositionRT_bool_exp.eventTime ● timestamptz_comparison_exp input
PositionRT_bool_exp.machine ● MachineTP_bool_exp input
The machine the event originates from.
PositionRT_bool_exp.machineRef ● Int_comparison_exp input
A unique, numeric identifier for the machine.
PositionRT_bool_exp.metricKey ● String_comparison_exp input
Each metric is globally identified by the combination of machineRef and metricKey.
PositionRT_bool_exp.x ● float8_comparison_exp input
The x coordinate value.
PositionRT_bool_exp.y ● float8_comparison_exp input
The y coordinate value.
PositionRT_bool_exp.z ● float8_comparison_exp input
The z coordinate value.
Member Of
PositionRT_bool_exp input ● PositionRT query ● positions query