Class: Fairy::MergeGroupBy

Inherits:
IOFilter show all
Defined in:
lib/fairy/client/merge-group-by.rb

Defined Under Namespace

Modules: Interface

Instance Method Summary collapse

Methods inherited from IOFilter

#input=

Methods inherited from Filter

#backend, #backend=, #backend_class, #def_pool_variable

Constructor Details

#initialize(fairy, opts, block_source) ⇒ MergeGroupBy

M = M.Id2name Mergegroupby::Module_Eval %

Def #{M(*Argv, &Block)

Post_Merge_Group_By_Filter(@Block_Source, @Opts).#{M}(*Argv, &Block) End

}

End

  End
End


42
43
44
45
# File 'lib/fairy/client/merge-group-by.rb', line 42

def initialize(fairy, opts, block_source)
  super
  @block_source = block_source
end

Instance Method Details

#backend_class_nameObject



47
48
49
# File 'lib/fairy/client/merge-group-by.rb', line 47

def backend_class_name
  "CMergeGroupBy"
end