Class: Pal::Operation::CountProjectionImpl

Inherits:
Projection
  • Object
show all
Defined in:
lib/pal/operation/projection.rb

Instance Attribute Summary

Attributes inherited from Projection

#property, #type

Instance Method Summary collapse

Methods inherited from Projection

#process, #processable?

Methods included from Log

#log_debug, #log_error, #log_info, #log_warn

Constructor Details

#initialize(property) ⇒ CountProjectionImpl

Returns a new instance of CountProjectionImpl.

Parameters:

  • property (String)


266
267
268
# File 'lib/pal/operation/projection.rb', line 266

def initialize(property)
  super("count", property)
end