class ArelExtensions::Nodes::Std
Constants
- RETURN_TYPE
Attributes
unbiased_estimator[RW]
Public Class Methods
new(node, **opts)
click to toggle source
Calls superclass method
ArelExtensions::Nodes::AggregateFunction::new
# File lib/arel_extensions/nodes/std.rb, line 7 def initialize node, **opts @unbiased_estimator = opts[:unbiased] ? true : false super node, **opts end