class BigQuery::Attribute::Float

Public Instance Methods

parse() click to toggle source
# File lib/bigquery-client/attribute/float.rb, line 4
def parse
  return nil if @value.nil?
  @value.to_f
end