Home
last modified time | relevance | path

Searched refs:Batcher (Results 26 – 50 of 71) sorted by relevance

123

/dports/textproc/zorba/zorba-2.7.0/src/runtime/core/gflwor/
H A Dorderby_iterator.h182 class OrderByIterator : public Batcher<OrderByIterator>
197 SERIALIZABLE_CLASS_CONSTRUCTOR2(OrderByIterator, Batcher<OrderByIterator>)
H A Dwindow_iterator.h315 class WindowIterator : public Batcher<WindowIterator>
346 Batcher<WindowIterator>(ar), theStartClause(ar) in WindowIterator()
H A Dgroupby_iterator.cpp131 Batcher<GroupByIterator>(sctx, aLoc), in GroupByIterator()
152 serialize_baseclass(ar, (Batcher<GroupByIterator>*)this); in serialize()
H A Dorderby_iterator.cpp192 Batcher<OrderByIterator>(sctx, aLoc), in OrderByIterator()
211 serialize_baseclass(ar, (Batcher<OrderByIterator>*)this); in serialize()
H A Dwindow_iterator.cpp622 Batcher<WindowIterator>(sctx, loc), in WindowIterator()
652 serialize_baseclass(ar, (Batcher<WindowIterator>*)this); in serialize()
/dports/devel/p5-Algorithm-Networksort/Algorithm-Networksort-2.02/
H A DREADME31 module has four of them: Bose and Nelson's, Hibbard's, Batcher's
32 Merge Exchange, Batcher's Bitonic, Batcher's Odd-Even Merge,
/dports/textproc/zorba/zorba-2.7.0/src/runtime/update/
H A Dupdate.h178 class TransformIterator : public Batcher<TransformIterator>
189 SERIALIZABLE_CLASS_CONSTRUCTOR2(TransformIterator, Batcher<TransformIterator>)
H A Dupdate.cpp754 Batcher<TransformIterator>(sctx, aLoc), in TransformIterator()
771 serialize_baseclass(ar, (Batcher<TransformIterator>*)this); in serialize()
/dports/misc/concourse/concourse-6.7.2/vendor/go.opentelemetry.io/otel/sdk/metric/controller/push/
H A Dpush.go33 batcher export.Batcher
76 func New(batcher export.Batcher, exporter export.Exporter, period time.Duration) *Controller { argument
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/ethdb/
H A Dbatch.go42 type Batcher interface { interface
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gocloud.dev/pubsub/
H A Dpubsub.go219 batcher *batcher.Batcher
321 …ndBatcher(ctx context.Context, t *Topic, dt driver.Topic, opts *batcher.Options) *batcher.Batcher {
376 ackBatcher *batcher.Batcher
776 …context.Context, s *Subscription, ds driver.Subscription, opts *batcher.Options) *batcher.Batcher {
/dports/www/gohugo/hugo-0.91.2/vendor/gocloud.dev/pubsub/
H A Dpubsub.go204 batcher *batcher.Batcher
302 …ndBatcher(ctx context.Context, t *Topic, dt driver.Topic, opts *batcher.Options) *batcher.Batcher {
357 ackBatcher *batcher.Batcher
748 …context.Context, s *Subscription, ds driver.Subscription, opts *batcher.Options) *batcher.Batcher {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/gocloud.dev/pubsub/
H A Dpubsub.go204 batcher *batcher.Batcher
302 …ndBatcher(ctx context.Context, t *Topic, dt driver.Topic, opts *batcher.Options) *batcher.Batcher {
357 ackBatcher *batcher.Batcher
751 …context.Context, s *Subscription, ds driver.Subscription, opts *batcher.Options) *batcher.Batcher {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/gocloud.dev/go-cloud-5094f54ed8bb/pubsub/
H A Dpubsub.go204 batcher *batcher.Batcher
302 …ndBatcher(ctx context.Context, t *Topic, dt driver.Topic, opts *batcher.Options) *batcher.Batcher {
357 ackBatcher *batcher.Batcher
751 …context.Context, s *Subscription, ds driver.Subscription, opts *batcher.Options) *batcher.Batcher {
/dports/textproc/zorba/zorba-2.7.0/src/runtime/core/
H A Dflwor_iterator.h431 class FLWORIterator : public Batcher<FLWORIterator>
444 SERIALIZABLE_CLASS_CONSTRUCTOR2(FLWORIterator, Batcher<FLWORIterator>);
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/appengine/datastore/
H A Ddatastore_query.py1674 Batcher.AT_LEAST_OFFSET).cursor(0)
1847 return Batcher(query_options, self.run_async(conn, query_options))
3148 class Batcher(object): class
3214 if min_batch_size in (Batcher.ASYNC_ONLY, Batcher.AT_LEAST_OFFSET,
3215 Batcher.AT_LEAST_ONE):
3230 if min_batch_size is not Batcher.ASYNC_ONLY:
3231 if min_batch_size is Batcher.AT_LEAST_ONE:
3295 if not isinstance(batcher, Batcher):
3319 self.__current_batch = self.__batcher.next_batch(Batcher.AT_LEAST_OFFSET)
3340 next_batch = self.__batcher.next_batch(Batcher.AT_LEAST_OFFSET)
/dports/misc/concourse/concourse-6.7.2/vendor/go.opentelemetry.io/otel/sdk/export/metric/
H A Dmetric.go47 type Batcher interface { interface
/dports/misc/concourse/concourse-6.7.2/vendor/go.opentelemetry.io/otel/sdk/metric/
H A Dsdk.go59 batcher export.Batcher
237 func New(batcher export.Batcher, labelEncoder export.LabelEncoder) *SDK { argument
/dports/security/vuls/vuls-0.13.7/vendor/go.opentelemetry.io/otel/exporters/otlp/
H A DREADME.md42 // Note: The exporter can also be used as a Batcher. E.g.
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/go.opentelemetry.io/otel/exporters/otlp/
H A DREADME.md42 // Note: The exporter can also be used as a Batcher. E.g.
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/go.opentelemetry.io/otel/exporters/otlp/
H A DREADME.md43 // Note: The exporter can also be used as a Batcher. E.g.
/dports/graphics/opencsg/OpenCSG-1.4.2/src/
H A DrenderGoldfeather.cpp281 Batcher batches(primitives); in renderGoldfeather()
/dports/mail/tlb/tlb-0.11a/
H A DREADME1 This is an alpha release of TLB (List Batcher). It has been lightly
/dports/www/gohugo/hugo-0.91.2/commands/
H A Dhugo.go828 func (c *commandeer) newWatcher(pollIntervalStr string, dirList ...string) (*watcher.Batcher, error…
915 func (c *commandeer) handleEvents(watcher *watcher.Batcher, argument
/dports/security/keybase/client-v5.7.1/go/ephemeral/
H A Duser_ek.go252 if err = mctx.G().GetUPAKLoader().Batcher(mctx.Ctx(), getArg, processResult, 0); err != nil {

123