Sha256: e2b4eb043dbb38e92f2ea1d5893a3a469afe718725bc37f4e6b34ccbe307093c
Contents?: true
Size: 342 Bytes
Versions: 3
Compression:
Stored size: 342 Bytes
Contents
# encoding: utf-8 module Axiom class Optimizer class Aggregate # Abstract base class representing Count optimizations class Count < self Axiom::Aggregate::Count.optimizer = chain( UnoptimizedOperand ) end # class Count end # class Aggregate end # class Optimizer end # module Axiom
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
axiom-optimizer-0.2.0 | lib/axiom/optimizer/aggregate/count.rb |
axiom-optimizer-0.1.1 | lib/axiom/optimizer/aggregate/count.rb |
axiom-optimizer-0.1.0 | lib/axiom/optimizer/aggregate/count.rb |