Home
last modified time | relevance | path

Searched refs:DurationLiteral (Results 1 – 25 of 53) sorted by relevance

123

/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/services/precreator/
H A Dservice.go48 logger.DurationLiteral("check_interval", s.checkInterval),
49 logger.DurationLiteral("advance_period", s.advancePeriod))
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/services/precreator/
H A Dservice.go48 logger.DurationLiteral("check_interval", s.checkInterval),
49 logger.DurationLiteral("advance_period", s.advancePeriod))
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/services/precreator/
H A Dservice.go48 logger.DurationLiteral("check_interval", s.checkInterval),
49 logger.DurationLiteral("advance_period", s.advancePeriod))
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/services/precreator/
H A Dservice.go48 logger.DurationLiteral("check_interval", s.checkInterval),
49 logger.DurationLiteral("advance_period", s.advancePeriod))
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/services/retention/
H A Dservice.go47 logger.DurationLiteral("check_interval", time.Duration(s.config.CheckInterval)))
156 …during shard deletion and will be retried on the next check", logger.DurationLiteral("check_interv…
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/services/retention/
H A Dservice.go47 logger.DurationLiteral("check_interval", time.Duration(s.config.CheckInterval)))
156 …during shard deletion and will be retried on the next check", logger.DurationLiteral("check_interv…
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/services/retention/
H A Dservice.go47 logger.DurationLiteral("check_interval", time.Duration(s.config.CheckInterval)))
156 …during shard deletion and will be retried on the next check", logger.DurationLiteral("check_interv…
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/services/retention/
H A Dservice.go47 logger.DurationLiteral("check_interval", time.Duration(s.config.CheckInterval)))
156 …during shard deletion and will be retried on the next check", logger.DurationLiteral("check_interv…
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxql/
H A Dast.go262 func (*DurationLiteral) node() {}
396 func (*DurationLiteral) expr() {}
1887 case *DurationLiteral:
3636 type DurationLiteral struct { struct
3755 case *DurationLiteral:
4858 case *DurationLiteral:
4904 case *DurationLiteral:
5020 case *DurationLiteral:
5242 case *DurationLiteral:
5292 case *DurationLiteral:
[all …]
H A Dparser_test.go1200 &influxql.DurationLiteral{Val: time.Hour},
1230 RHS: &influxql.DurationLiteral{Val: 24 * time.Hour},
1261 &influxql.DurationLiteral{Val: time.Hour},
1277 RHS: &influxql.DurationLiteral{Val: 24 * time.Hour},
1308 &influxql.DurationLiteral{Val: time.Hour},
1318 RHS: &influxql.DurationLiteral{Val: 24 * time.Hour},
1344 &influxql.DurationLiteral{Val: time.Hour},
1379 RHS: &influxql.DurationLiteral{Val: 24 * time.Hour},
2721 &influxql.DurationLiteral{Val: 1 * time.Minute},
3411 {s: `1s`, expr: &influxql.DurationLiteral{Val: time.Second}},
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/experimental/computeir/
H A DLiteral.fbs124 table DurationLiteral {
160 DurationLiteral,
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/generated/
H A DLiteral_generated.h86 struct DurationLiteral;
164 DurationLiteral = 14,
195 LiteralImpl::DurationLiteral,
305 static const LiteralImpl enum_value = LiteralImpl::DurationLiteral;
1434 typedef DurationLiteral Table;
1438 fbb_.AddElement<int64_t>(DurationLiteral::VT_VALUE, value, 0);
1445 flatbuffers::Offset<DurationLiteral> Finish() {
1447 auto o = flatbuffers::Offset<DurationLiteral>(end);
1452 inline flatbuffers::Offset<DurationLiteral> CreateDurationLiteral(
1773 …che::arrow::computeir::flatbuf::DurationLiteral *Literal::impl_as<org::apache::arrow::computeir::f…
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/query/
H A Dcompile.go450 case *influxql.DurationLiteral:
486 case *influxql.DurationLiteral:
760 case *influxql.DurationLiteral:
913 } else if lit, ok := expr.Args[0].(*influxql.DurationLiteral); !ok {
921 case *influxql.DurationLiteral:
937 expr.Args[1] = &influxql.DurationLiteral{Val: c.Interval.Offset}
H A Diterator.go870 return Interval{Duration: expr.Args[1].(*influxql.DurationLiteral).Val}
885 return Interval{Duration: expr.Args[1].(*influxql.DurationLiteral).Val}
895 return Interval{Duration: expr.Args[1].(*influxql.DurationLiteral).Val}
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/query/
H A Dcompile.go463 case *influxql.DurationLiteral:
499 case *influxql.DurationLiteral:
773 case *influxql.DurationLiteral:
939 } else if lit, ok := expr.Args[0].(*influxql.DurationLiteral); !ok {
947 case *influxql.DurationLiteral:
963 expr.Args[1] = &influxql.DurationLiteral{Val: c.Interval.Offset}
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/query/
H A Dcompile.go450 case *influxql.DurationLiteral:
486 case *influxql.DurationLiteral:
760 case *influxql.DurationLiteral:
913 } else if lit, ok := expr.Args[0].(*influxql.DurationLiteral); !ok {
921 case *influxql.DurationLiteral:
937 expr.Args[1] = &influxql.DurationLiteral{Val: c.Interval.Offset}
H A Diterator.go871 return Interval{Duration: expr.Args[1].(*influxql.DurationLiteral).Val}
886 return Interval{Duration: expr.Args[1].(*influxql.DurationLiteral).Val}
896 return Interval{Duration: expr.Args[1].(*influxql.DurationLiteral).Val}
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/query/
H A Dcompile.go450 case *influxql.DurationLiteral:
486 case *influxql.DurationLiteral:
760 case *influxql.DurationLiteral:
913 } else if lit, ok := expr.Args[0].(*influxql.DurationLiteral); !ok {
921 case *influxql.DurationLiteral:
937 expr.Args[1] = &influxql.DurationLiteral{Val: c.Interval.Offset}
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/logger/
H A Dlogger.go98 func DurationLiteral(key string, val time.Duration) zapcore.Field { func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/logger/
H A Dlogger.go98 func DurationLiteral(key string, val time.Duration) zapcore.Field { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/logger/
H A Dlogger.go98 func DurationLiteral(key string, val time.Duration) zapcore.Field { func
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/logger/
H A Dlogger.go94 func DurationLiteral(key string, val time.Duration) zapcore.Field { func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/storage/reads/
H A Dflux_predicate.go151 case *semantic.DurationLiteral:
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/flux/stdlib/influxdata/influxdb/
H A Dflux_predicate.go179 case *semantic.DurationLiteral:
/dports/net-mgmt/bosun/bosun-0.9.0-preview/cmd/bosun/expr/
H A Dinflux.go174 Args: []influxql.Expr{&influxql.DurationLiteral{Val: gbi}},

123