# File lib/arel/expressions.rb, line 23
    def extract field
      Nodes::Extract.new [self], field
    end