OLAP_DateTime
Date and time in ISO8601 (2006-01-02T15:04:05Z) format
input OLAP_DateTime {
is: DateTime
not: DateTime
in: [DateTime]
notIn: [DateTime]
before: DateTime
after: DateTime
till: DateTime
since: DateTime
}
Fields
OLAP_DateTime.is
● DateTime
scalar
Exact match the time
OLAP_DateTime.not
● DateTime
scalar
Not this time
OLAP_DateTime.in
● [DateTime]
list scalar
Time in the provided list
OLAP_DateTime.notIn
● [DateTime]
list scalar
Time is not in the provided list
OLAP_DateTime.before
● DateTime
scalar
Strictly before this time
OLAP_DateTime.after
● DateTime
scalar
Strictly after this time
OLAP_DateTime.till
● DateTime
scalar
Before this time and including it
OLAP_DateTime.since
● DateTime
scalar
After this time and including it
Member Of
EVM_BalanceUpdate_Input_Block_InputType
input ● EVM_Block_Input_Block_InputType
input ● EVM_Call_Input_Block_InputType
input ● EVM_DEXTrade_Input_Block_InputType
input ● EVM_DEXTradeByToken_Input_Block_InputType
input ● EVM_Event_Input_Block_InputType
input ● EVM_MinerReward_Input_Block_InputType
input ● EVM_MinerReward_Input_Uncle_Block_InputType
input ● EVM_Transaction_Input_Block_InputType
input ● EVM_Transfer_Input_Block_InputType
input ● EVM_Uncle_Input_Block_InputType
input ● EVM_Uncle_Input_Uncle_Block_InputType
input