Sha256: d1145f998739384a14262cb3e3e5a22cade6386672035ce05dfb47b2a442d481

Contents?: true

Size: 337 Bytes

Versions: 156

Compression:

Stored size: 337 Bytes

Contents

module Arel
  module Nodes
    ###
    # Class that represents a join source
    #
    #   http://www.sqlite.org/syntaxdiagrams.html#join-source

    class JoinSource < Arel::Nodes::Binary
      def initialize single_source, joinop = []
        super
      end

      def empty?
        !left && right.empty?
      end
    end
  end
end

Version data entries

156 entries across 134 versions & 22 rubygems

Version Path
dirty_history-0.7.0 dirty_history/ruby/1.9.1/gems/arel-2.2.1/lib/arel/nodes/join_source.rb
dirty_history-0.6.7 dirty_history/ruby/1.9.1/gems/arel-2.2.1/lib/arel/nodes/join_source.rb
dirty_history-0.6.6 dirty_history/ruby/1.9.1/gems/arel-2.2.1/lib/arel/nodes/join_source.rb
dirty_history-0.6.5 dirty_history/ruby/1.9.1/gems/arel-2.2.1/lib/arel/nodes/join_source.rb
challah-0.8.1 vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/join_source.rb
challah-rolls-0.1.0 vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/join_source.rb
challah-rolls-0.1.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/join_source.rb
challah-0.8.0.pre vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/join_source.rb
challah-0.7.1 vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/join_source.rb
dirty_history-0.6.4 dirty_history/ruby/1.9.1/gems/arel-2.2.1/lib/arel/nodes/join_source.rb
challah-0.7.0 vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/join_source.rb
challah-0.7.0.pre2 vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/join_source.rb
dirty_history-0.6.3 dirty_history/ruby/1.9.1/gems/arel-2.2.1/lib/arel/nodes/join_source.rb
challah-0.7.0.pre vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/join_source.rb
challah-0.6.2 vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/join_source.rb
sunrise-cms-0.3.3 vendor/bundle/ruby/1.9.1/gems/rails-uploader-0.0.1/vendor/bundle/ruby/1.9.1/gems/arel-3.0.2/lib/arel/nodes/join_source.rb
sunrise-cms-0.3.3 vendor/bundle/ruby/1.9.1/gems/arel-3.0.2/lib/arel/nodes/join_source.rb
dirty_history-0.6.2 dirty_history/ruby/1.9.1/gems/arel-2.2.1/lib/arel/nodes/join_source.rb
dirty_history-0.6.1 dirty_history/ruby/1.9.1/gems/arel-2.2.1/lib/arel/nodes/join_source.rb
initforthe-cookies-0.0.1 vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/join_source.rb