Home
last modified time | relevance | path

Searched refs:IteratorOptions (Results 1 – 25 of 192) sorted by relevance

12345678

/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/query/internal/
H A Dinternal.pb.go207 type IteratorOptions struct { struct
233 func (m *IteratorOptions) Reset() { *m = IteratorOptions{} } argument
238 func (m *IteratorOptions) GetExpr() string { argument
245 func (m *IteratorOptions) GetAux() []string { argument
287 func (m *IteratorOptions) GetFill() int32 { argument
315 func (m *IteratorOptions) GetEndTime() int64 { argument
336 func (m *IteratorOptions) GetLimit() int64 { argument
343 func (m *IteratorOptions) GetOffset() int64 { argument
350 func (m *IteratorOptions) GetSLimit() int64 { argument
371 func (m *IteratorOptions) GetDedupe() bool { argument
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/query/internal/
H A Dinternal.pb.go211 type IteratorOptions struct { struct
237 func (m *IteratorOptions) Reset() { *m = IteratorOptions{} } argument
242 func (m *IteratorOptions) GetExpr() string { argument
249 func (m *IteratorOptions) GetAux() []string { argument
291 func (m *IteratorOptions) GetFill() int32 { argument
319 func (m *IteratorOptions) GetEndTime() int64 { argument
340 func (m *IteratorOptions) GetLimit() int64 { argument
347 func (m *IteratorOptions) GetOffset() int64 { argument
354 func (m *IteratorOptions) GetSLimit() int64 { argument
375 func (m *IteratorOptions) GetDedupe() bool { argument
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/query/internal/
H A Dinternal.pb.go207 type IteratorOptions struct { struct
233 func (m *IteratorOptions) Reset() { *m = IteratorOptions{} } argument
238 func (m *IteratorOptions) GetExpr() string { argument
245 func (m *IteratorOptions) GetAux() []string { argument
287 func (m *IteratorOptions) GetFill() int32 { argument
315 func (m *IteratorOptions) GetEndTime() int64 { argument
336 func (m *IteratorOptions) GetLimit() int64 { argument
343 func (m *IteratorOptions) GetOffset() int64 { argument
350 func (m *IteratorOptions) GetSLimit() int64 { argument
371 func (m *IteratorOptions) GetDedupe() bool { argument
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/query/internal/
H A Dinternal.pb.go207 type IteratorOptions struct { struct
233 func (m *IteratorOptions) Reset() { *m = IteratorOptions{} } argument
238 func (m *IteratorOptions) GetExpr() string { argument
245 func (m *IteratorOptions) GetAux() []string { argument
287 func (m *IteratorOptions) GetFill() int32 { argument
315 func (m *IteratorOptions) GetEndTime() int64 { argument
336 func (m *IteratorOptions) GetLimit() int64 { argument
343 func (m *IteratorOptions) GetOffset() int64 { argument
350 func (m *IteratorOptions) GetSLimit() int64 { argument
371 func (m *IteratorOptions) GetDedupe() bool { argument
[all …]
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/java/XMPCore/src/com/adobe/xmp/options/
H A DIteratorOptions.java18 public final class IteratorOptions extends Options class
75 public IteratorOptions setJustChildren(boolean value) in setJustChildren()
88 public IteratorOptions setJustLeafname(boolean value) in setJustLeafname()
101 public IteratorOptions setJustLeafnodes(boolean value) in setJustLeafnodes()
114 public IteratorOptions setOmitQualifiers(boolean value) in setOmitQualifiers()
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/query/
H A Diterator.go561 type IteratorOptions struct { struct
625 return IteratorOptions{}, err
695 return IteratorOptions{}, err
719 return IteratorOptions{}, err
757 return IteratorOptions{}, err
771 func (opt IteratorOptions) SeekTime() int64 { argument
931 var pb internal.IteratorOptions
945 func encodeIteratorOptions(opt *IteratorOptions) *internal.IteratorOptions { argument
946 pb := &internal.IteratorOptions{
1015 func decodeIteratorOptions(pb *internal.IteratorOptions) (*IteratorOptions, error) { argument
[all …]
H A Diterator_test.go781 query.IteratorOptions{
800 opt := query.IteratorOptions{
844 opt: query.IteratorOptions{
861 opt: query.IteratorOptions{
878 opt: query.IteratorOptions{
895 opt: query.IteratorOptions{
912 opt: query.IteratorOptions{
929 opt: query.IteratorOptions{
946 opt: query.IteratorOptions{
963 opt: query.IteratorOptions{
[all …]
H A Dcall_iterator_test.go25 query.IteratorOptions{
60 query.IteratorOptions{
95 query.IteratorOptions{
130 query.IteratorOptions{
165 query.IteratorOptions{
200 query.IteratorOptions{
234 query.IteratorOptions{
268 query.IteratorOptions{
301 query.IteratorOptions{
334 query.IteratorOptions{
[all …]
H A Dcall_iterator.go39 func NewCallIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
62 func newCountIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
142 func newMinIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
206 func newMaxIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
270 func newSumIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
320 func newFirstIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
398 func newLastIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
514 func newMeanIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
540 func NewMedianIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
545 func newMedianIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
[all …]
H A Dsubquery_test.go13 type CreateIteratorFn func(ctx context.Context, m *influxql.Measurement, opt query.IteratorOptions)…
34 …return func(ctx context.Context, m *influxql.Measurement, opt query.IteratorOptions) query.Iterato…
68 …return func(ctx context.Context, m *influxql.Measurement, opt query.IteratorOptions) query.Iterato…
95 …return func(ctx context.Context, m *influxql.Measurement, opt query.IteratorOptions) query.Iterato…
116 …return func(ctx context.Context, m *influxql.Measurement, opt query.IteratorOptions) query.Iterato…
146 …return func(ctx context.Context, m *influxql.Measurement, opt query.IteratorOptions) query.Iterato…
176 …return func(ctx context.Context, m *influxql.Measurement, opt query.IteratorOptions) query.Iterato…
208 …return func(ctx context.Context, m *influxql.Measurement, opt query.IteratorOptions) query.Iterato…
235 …atorFn: func(ctx context.Context, m *influxql.Measurement, opt query.IteratorOptions) (query.Itera…
276 …CreateIteratorFn: func(ctx context.Context, m *influxql.Measurement, opt query.IteratorOptions) (q…
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/query/
H A Diterator.go561 type IteratorOptions struct { struct
625 return IteratorOptions{}, err
695 return IteratorOptions{}, err
720 return IteratorOptions{}, err
758 return IteratorOptions{}, err
772 func (opt IteratorOptions) SeekTime() int64 { argument
932 var pb internal.IteratorOptions
946 func encodeIteratorOptions(opt *IteratorOptions) *internal.IteratorOptions { argument
947 pb := &internal.IteratorOptions{
1016 func decodeIteratorOptions(pb *internal.IteratorOptions) (*IteratorOptions, error) { argument
[all …]
H A Diterator_test.go781 query.IteratorOptions{
800 opt := query.IteratorOptions{
844 opt: query.IteratorOptions{
861 opt: query.IteratorOptions{
878 opt: query.IteratorOptions{
895 opt: query.IteratorOptions{
912 opt: query.IteratorOptions{
929 opt: query.IteratorOptions{
946 opt: query.IteratorOptions{
963 opt: query.IteratorOptions{
[all …]
H A Dcall_iterator_test.go25 query.IteratorOptions{
60 query.IteratorOptions{
95 query.IteratorOptions{
130 query.IteratorOptions{
165 query.IteratorOptions{
200 query.IteratorOptions{
234 query.IteratorOptions{
268 query.IteratorOptions{
301 query.IteratorOptions{
334 query.IteratorOptions{
[all …]
H A Dcall_iterator.go39 func NewCallIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
62 func newCountIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
142 func newMinIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
206 func newMaxIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
270 func newSumIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
320 func newFirstIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
398 func newLastIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
514 func newMeanIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
540 func NewMedianIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
545 func newMedianIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/query/
H A Diterator.go538 type IteratorOptions struct { struct
602 return IteratorOptions{}, err
669 return IteratorOptions{}, err
693 return IteratorOptions{}, err
731 return IteratorOptions{}, err
745 func (opt IteratorOptions) SeekTime() int64 { argument
905 var pb internal.IteratorOptions
919 func encodeIteratorOptions(opt *IteratorOptions) *internal.IteratorOptions { argument
920 pb := &internal.IteratorOptions{
989 func decodeIteratorOptions(pb *internal.IteratorOptions) (*IteratorOptions, error) { argument
[all …]
H A Diterator_test.go781 query.IteratorOptions{
800 opt := query.IteratorOptions{
844 opt: query.IteratorOptions{
861 opt: query.IteratorOptions{
878 opt: query.IteratorOptions{
895 opt: query.IteratorOptions{
912 opt: query.IteratorOptions{
929 opt: query.IteratorOptions{
946 opt: query.IteratorOptions{
963 opt: query.IteratorOptions{
[all …]
H A Dcall_iterator_test.go25 query.IteratorOptions{
60 query.IteratorOptions{
95 query.IteratorOptions{
130 query.IteratorOptions{
165 query.IteratorOptions{
200 query.IteratorOptions{
234 query.IteratorOptions{
268 query.IteratorOptions{
301 query.IteratorOptions{
334 query.IteratorOptions{
[all …]
H A Dcall_iterator.go39 func NewCallIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
62 func newCountIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
142 func newMinIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
206 func newMaxIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
270 func newSumIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
320 func newFirstIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
398 func newLastIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
514 func newMeanIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
540 func NewMedianIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
545 func newMedianIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/query/
H A Diterator.go579 type IteratorOptions struct { struct
643 return IteratorOptions{}, err
713 return IteratorOptions{}, err
738 return IteratorOptions{}, err
776 return IteratorOptions{}, err
790 func (opt IteratorOptions) SeekTime() int64 { argument
951 var pb internal.IteratorOptions
965 func encodeIteratorOptions(opt *IteratorOptions) *internal.IteratorOptions { argument
966 pb := &internal.IteratorOptions{
1035 func decodeIteratorOptions(pb *internal.IteratorOptions) (*IteratorOptions, error) { argument
[all …]
H A Diterator_test.go781 query.IteratorOptions{
800 opt := query.IteratorOptions{
847 opt := query.IteratorOptions{
899 opt: query.IteratorOptions{
916 opt: query.IteratorOptions{
933 opt: query.IteratorOptions{
950 opt: query.IteratorOptions{
967 opt: query.IteratorOptions{
984 opt: query.IteratorOptions{
1001 opt: query.IteratorOptions{
[all …]
H A Dcall_iterator.go39 func NewCallIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
66 func newCountIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
146 func newMinIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
210 func newMaxIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
274 func newSumIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
324 func newFirstIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
402 func newLastIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
518 func newMeanIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
544 func NewMedianIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
549 func newMedianIterator(input Iterator, opt IteratorOptions) (Iterator, error) { argument
[all …]
H A Dcall_iterator_test.go25 query.IteratorOptions{
60 query.IteratorOptions{
95 query.IteratorOptions{
130 query.IteratorOptions{
165 query.IteratorOptions{
200 query.IteratorOptions{
234 query.IteratorOptions{
268 query.IteratorOptions{
301 query.IteratorOptions{
334 query.IteratorOptions{
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dengine.gen.go16 …ctx context.Context, measurement, seriesKey, field string, opt query.IteratorOptions) floatCursor { argument
24 …ctx context.Context, measurement, seriesKey, field string, opt query.IteratorOptions) integerCurso… argument
32 …ctx context.Context, measurement, seriesKey, field string, opt query.IteratorOptions) unsignedCurs… argument
40 …ctx context.Context, measurement, seriesKey, field string, opt query.IteratorOptions) stringCursor… argument
48 …ctx context.Context, measurement, seriesKey, field string, opt query.IteratorOptions) booleanCurso… argument
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dengine.gen.go16 …ctx context.Context, measurement, seriesKey, field string, opt query.IteratorOptions) floatCursor { argument
24 …ctx context.Context, measurement, seriesKey, field string, opt query.IteratorOptions) integerCurso… argument
32 …ctx context.Context, measurement, seriesKey, field string, opt query.IteratorOptions) unsignedCurs… argument
40 …ctx context.Context, measurement, seriesKey, field string, opt query.IteratorOptions) stringCursor… argument
48 …ctx context.Context, measurement, seriesKey, field string, opt query.IteratorOptions) booleanCurso… argument
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dengine.gen.go16 …ctx context.Context, measurement, seriesKey, field string, opt query.IteratorOptions) floatCursor { argument
24 …ctx context.Context, measurement, seriesKey, field string, opt query.IteratorOptions) integerCurso… argument
32 …ctx context.Context, measurement, seriesKey, field string, opt query.IteratorOptions) unsignedCurs… argument
40 …ctx context.Context, measurement, seriesKey, field string, opt query.IteratorOptions) stringCursor… argument
48 …ctx context.Context, measurement, seriesKey, field string, opt query.IteratorOptions) booleanCurso… argument

12345678