Home
last modified time | relevance | path

Searched defs:FieldSort (Results 1 – 17 of 17) sorted by relevance

/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/aliyun-tablestore-go-sdk/tablestore/search/
H A Dsort_field.go22 type FieldSort struct { struct
23 FieldName string
24 Order *SortOrder
25 Mode *SortMode
26 NestedFilter *NestedFilter
36 func (s *FieldSort) ProtoBuffer() (*otsprotocol.Sorter, error) {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/gopkg.in/olivere/elastic.v5/
H A Dsort.go126 type FieldSort struct { struct
127 Sorter
128 fieldName string
129 ascending bool
130 missing interface{}
131 ignoreUnmapped *bool
132 unmappedType *string
133 sortMode *string
134 nestedFilter Query
135 nestedPath *string
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/gopkg.in/olivere/elastic.v3/
H A Dsort.go124 type FieldSort struct { struct
125 Sorter
126 fieldName string
127 ascending bool
128 missing interface{}
129 ignoreUnmapped *bool
130 unmappedType *string
131 sortMode *string
132 nestedFilter Query
133 nestedPath *string
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/Godeps/_workspace/src/gopkg.in/olivere/elastic.v2/
H A Dsort.go101 type FieldSort struct { struct
102 Sorter
103 fieldName string
104 ascending bool
105 missing interface{}
106 ignoreUnmapped *bool
107 unmappedType *string
108 sortMode *string
109 nestedFilter Filter
110 nestedPath *string
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/gopkg.in/olivere/elastic.v5/
H A Dsort.go130 type FieldSort struct { struct
131 Sorter
132 fieldName string
133 ascending bool
134 missing interface{}
135 unmappedType *string
136 sortMode *string
137 nestedFilter Query
138 nestedPath *string
162 func (s *FieldSort) Asc() *FieldSort {
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/olivere/elastic/
H A Dsort.go155 type FieldSort struct { struct
156 Sorter
157 fieldName string
158 ascending bool
159 missing interface{}
160 unmappedType *string
161 sortMode *string
162 filter Query
163 path *string
164 nested *NestedSort
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/olivere/elastic/v7/
H A Dsort.go155 type FieldSort struct { struct
156 Sorter
157 fieldName string
158 ascending bool
159 missing interface{}
160 unmappedType *string
161 sortMode *string
162 filter Query
163 path *string
164 nested *NestedSort
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/gopkg.in/olivere/elastic.v6/
H A Dsort.go155 type FieldSort struct { struct
156 Sorter
157 fieldName string
158 ascending bool
159 missing interface{}
160 unmappedType *string
161 sortMode *string
162 filter Query
163 path *string
164 nested *NestedSort
[all …]
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/olivere/elastic/
H A Dsort.go155 type FieldSort struct { struct
156 Sorter
157 fieldName string
158 ascending bool
159 missing interface{}
160 unmappedType *string
161 sortMode *string
162 filter Query
163 path *string
164 nested *NestedSort
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/v7/
H A Dsort.go155 type FieldSort struct { struct
156 Sorter
157 fieldName string
158 ascending bool
159 missing interface{}
160 unmappedType *string
161 sortMode *string
162 filter Query
163 path *string
164 nested *NestedSort
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/
H A Dsort.go138 type FieldSort struct { struct
139 Sorter
140 fieldName string
141 ascending bool
142 missing interface{}
143 unmappedType *string
144 sortMode *string
145 nestedFilter Query
146 nestedPath *string
147 nestedSort *NestedSort
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/evoab2/
H A DNStatement.hxx51 struct FieldSort struct
53 sal_Int32 nField;
54 bool bAscending;
56FieldSort( const sal_Int32 _nField, const bool _bAscending ) : nField( _nField ), bAscending( _bAs… in FieldSort() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/evoab2/
H A DNStatement.hxx54 struct FieldSort struct
56 sal_Int32 nField;
57 bool bAscending;
59FieldSort( const sal_Int32 _nField, const bool _bAscending ) : nField( _nField ), bAscending( _bAs… in FieldSort() argument
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/aliyun-tablestore-go-sdk/tablestore/otsprotocol/
H A Dsearch.pb.go1107 type FieldSort struct { struct
1108 FieldName *string `protobuf:"bytes,1,opt,name=field_name" json:"field_name,omitempty"`
1112 XXX_unrecognized []byte `json:"-"`
1115 func (m *FieldSort) Reset() { *m = FieldSort{} }
1116 func (m *FieldSort) String() string { return proto.CompactTextString(m) }
1117 func (*FieldSort) ProtoMessage() {}
1118 func (*FieldSort) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{20} }
1120 func (m *FieldSort) GetFieldName() string {
1127 func (m *FieldSort) GetOrder() SortOrder {
1134 func (m *FieldSort) GetMode() SortMode {
[all …]
H A Dsearch.proto151 message FieldSort { message
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/
H A DDatabaseUtils.h31 FieldSort, // used to store the string to use for sorting enumerator
/dports/audio/beets/beets-1.4.9/beets/dbcore/
H A Dquery.py864 class FieldSort(Sort): class