Sha256: b72f8c5a9b89a9b103945bba9075b22d3b6ec775da8015ec8a26129e77090b5f
Contents?: true
Size: 334 Bytes
Versions: 1
Compression:
Stored size: 334 Bytes
Contents
require "norikra/udf" module Norikra module UDF class Anomaly < Norikra::UDF::AggregationSingle def self.init require 'norikra-udf-anomaly.jar' end def definition # function name, UDAF Factory Class Name ["anomaly", "is.tagomor.norikra.udf.AnomalyFactory"] end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
norikra-udf-anomaly-0.0.4-java | lib/norikra/udf/anomaly.rb |