Class: Pal::Operation::DistinctProjectionImpl

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) ⇒ DistinctProjectionImpl

Returns a new instance of DistinctProjectionImpl.

Parameters:

  • property (String)


100
101
102
# File 'lib/pal/operation/projection.rb', line 100

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