# # DO NOT MODIFY!!!! # This file is automatically generated by Racc 1.4.10 # from Racc grammer file "". # require 'racc/parser.rb' require 'strscan' require 'ddbcli/ddb-binary' module DynamoDB class Parser < Racc::Parser module_eval(<<'...end ddb-parser.y/module_eval...', 'ddb-parser.y', 539) KEYWORDS = %w( ADD ALL ALTER AND ASC BEGINS_WITH BETWEEN BINARY CREATE CONTAINS COUNT DELETE DESCRIBE DESC DROP FROM GET GLOBAL HASH INCLUDE INDEX INSERT INTO IN IS KEYS_ONLY LIKE LIMIT NEXT NOT NUMBER ORDER RANGE READ REGIONS SELECT SET SHOW STATUS STRING TABLES TABLE UPDATE VALUES WHERE WRITE USE ) KEYWORD_REGEXP = Regexp.compile("(?:#{KEYWORDS.join '|'})\\b", Regexp::IGNORECASE) def initialize(obj) src = obj.is_a?(IO) ? obj.read : obj.to_s @ss = StringScanner.new(src) end @@structs = {} def struct(name, attrs = {}) unless (clazz = @@structs[name]) clazz = attrs.empty? ? Struct.new(name.to_s) : Struct.new(name.to_s, *attrs.keys) @@structs[name] = clazz end obj = clazz.new attrs.each do |key, val| obj.send("#{key}=", val) end return obj end private :struct def scan tok = nil @prev_tokens = [] until @ss.eos? if (tok = @ss.scan /\s+/) # nothing to do elsif (tok = @ss.scan /(?:>>|<>|!=|>=|<=|>|<|=)/) sym = { '>>' => :GTGT, '<>' => :NE, '!=' => :NE, '>=' => :GE, '<=' => :LE, '>' => :GT, '<' => :LT, '=' => :EQ, }.fetch(tok) yield [sym, tok] elsif (tok = @ss.scan KEYWORD_REGEXP) yield [tok.upcase.to_sym, tok] elsif (tok = @ss.scan /NULL/i) yield [:NULL, nil] elsif (tok = @ss.scan /`(?:[^`]|``)*`/) yield [:IDENTIFIER, tok.slice(1...-1).gsub(/``/, '`')] elsif (tok = @ss.scan /x'(?:[^']|'')*'/) #' hex = tok.slice(2...-1).gsub(/''/, "'") bin = DynamoDB::Binary.new([hex].pack('H*')) yield [:BINARY_VALUE, bin] elsif (tok = @ss.scan /x"(?:[^"]|"")*"/) #" hex = tok.slice(2...-1).gsub(/""/, '"') bin = DynamoDB::Binary.new([hex].pack('H*')) yield [:BINARY_VALUE, bin] elsif (tok = @ss.scan /'(?:[^']|'')*'/) #' yield [:STRING_VALUE, tok.slice(1...-1).gsub(/''/, "'")] elsif (tok = @ss.scan /"(?:[^"]|"")*"/) #" yield [:STRING_VALUE, tok.slice(1...-1).gsub(/""/, '"')] elsif (tok = @ss.scan /\d+(?:\.\d+)?/) yield [:NUMBER_VALUE, (tok =~ /\./ ? tok.to_f : tok.to_i)] elsif (tok = @ss.scan /[,\(\)\*\/]/) yield [tok, tok] elsif (tok = @ss.scan /\|(?:.*)/) yield [:RUBY_SCRIPT, tok.slice(1..-1)] elsif (tok = @ss.scan /\!(?:.*)/) yield [:SHELL_SCRIPT, tok.slice(1..-1)] elsif (tok = @ss.scan %r|[-.0-9a-z_:/]*|i) yield [:IDENTIFIER, tok] else raise_error(tok, @prev_tokens, @ss) end @prev_tokens << tok end yield [false, ''] end private :scan def raise_error(error_value, prev_tokens, scanner) errmsg = ["__#{error_value}__"] if prev_tokens and not prev_tokens.empty? toks = prev_tokens.reverse[0, 5].reverse toks.unshift('...') if prev_tokens.length > toks.length errmsg.unshift(toks.join.strip) end if scanner and not (rest = (scanner.rest || '').strip).empty? str = rest[0, 16] str += '...' if rest.length > str.length errmsg << str end raise Racc::ParseError, ('parse error on value: %s' % errmsg.join(' ')) end private :raise_error def parse yyparse self, :scan end def on_error(error_token_id, error_value, value_stack) raise_error(error_value, @prev_tokens, @ss) end def self.parse(obj) self.new(obj).parse end ...end ddb-parser.y/module_eval... ##### State transition tables begin ### racc_action_table = [ 3, 4, 220, 160, 160, 18, 191, 160, 160, 160, 21, 52, 260, 19, 20, 162, 162, 52, 107, 162, 162, 162, 128, 219, 160, 159, 159, 160, 190, 159, 159, 159, 22, 23, 24, 25, 162, 173, 50, 162, 26, 160, 174, 171, 50, 134, 159, 113, 52, 159, 160, 172, 57, 162, 156, 160, 110, 27, 128, 56, 28, 29, 162, 159, 30, 161, 161, 162, 192, 161, 161, 161, 159, 160, 73, 50, 25, 159, 201, 52, 54, 107, 284, 285, 90, 162, 161, 91, 201, 161, 32, 33, 34, 49, 35, 159, 90, 48, 55, 91, 197, 94, 114, 161, 93, 47, 50, 229, 90, 230, 197, 91, 161, 307, 78, 79, 308, 161, 115, 205, 198, 199, 200, 202, 204, 206, 209, 210, 211, 223, 198, 199, 200, 202, 117, 161, 36, 37, 118, 38, 39, 301, 302, 303, 142, 143, 144, 231, 233, 232, 234, 273, 119, 274, 301, 302, 303, 142, 143, 144, 316, 121, 317, 142, 143, 144, 142, 143, 144, 281, 122, 274, 142, 143, 144, 241, 240, 78, 79, 284, 285, 123, 124, 105, 107, 102, 129, 105, 133, 134, 69, 138, 139, 140, 101, 100, 147, 148, 149, 134, 151, 152, 105, 99, 98, 164, 165, 168, 63, 170, 95, 97, 96, 95, 176, 178, 181, 182, 183, 63, 185, 186, 88, 63, 133, 85, 196, 86, 212, 213, 214, 215, 216, 217, 63, 85, 221, 83, 225, 121, 227, 134, 82, 81, 80, 168, 76, 162, 75, 74, 242, 244, 245, 246, 247, 248, 249, 181, 71, 70, 253, 147, 134, 63, 257, 258, 259, 109, 261, 262, 69, 265, 266, 67, 268, 178, 63, 66, 272, 65, 275, 64, 63, 63, 61, 280, 60, 59, 286, 287, 288, 58, 290, 291, 292, 293, 45, 296, 297, 298, 44, 43, 42, 305, 306, 41, 310, 312, 313, 314, 40, 31, 318, 319, 320, 172, 174 ] racc_action_check = [ 0, 0, 178, 272, 129, 0, 162, 165, 268, 260, 0, 26, 238, 0, 0, 272, 129, 100, 81, 165, 268, 260, 130, 178, 203, 272, 129, 205, 162, 165, 268, 260, 0, 0, 0, 0, 203, 139, 26, 205, 0, 244, 139, 138, 100, 130, 203, 85, 48, 205, 222, 138, 28, 244, 129, 223, 83, 0, 103, 28, 0, 0, 222, 244, 0, 272, 129, 223, 162, 165, 268, 260, 222, 274, 48, 48, 83, 223, 168, 25, 27, 103, 280, 280, 140, 274, 203, 140, 181, 205, 2, 2, 2, 25, 2, 274, 66, 25, 27, 66, 168, 67, 90, 244, 67, 25, 25, 187, 118, 187, 181, 118, 222, 304, 54, 54, 304, 223, 91, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 181, 181, 181, 181, 181, 93, 274, 18, 18, 94, 18, 18, 298, 298, 298, 249, 249, 249, 188, 189, 188, 189, 263, 95, 263, 297, 297, 297, 296, 296, 296, 311, 96, 311, 292, 292, 292, 117, 117, 117, 278, 97, 278, 310, 310, 310, 206, 206, 80, 80, 286, 286, 98, 99, 77, 102, 76, 105, 106, 107, 109, 110, 114, 115, 116, 75, 74, 120, 121, 122, 123, 124, 125, 128, 73, 72, 131, 133, 134, 135, 136, 137, 71, 70, 68, 141, 146, 147, 148, 149, 150, 151, 152, 65, 163, 164, 64, 166, 63, 170, 171, 172, 173, 174, 176, 177, 62, 179, 58, 182, 183, 185, 186, 57, 56, 55, 196, 53, 204, 51, 49, 211, 212, 213, 214, 215, 216, 217, 221, 47, 46, 225, 226, 227, 228, 230, 232, 234, 82, 241, 243, 43, 245, 247, 42, 252, 254, 255, 40, 262, 39, 267, 37, 269, 36, 35, 275, 34, 31, 282, 284, 285, 29, 287, 288, 290, 291, 24, 293, 294, 295, 23, 22, 21, 299, 303, 20, 305, 306, 307, 308, 19, 1, 313, 314, 317, 318, 319 ] racc_action_pointer = [ -2, 311, 88, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, 128, 301, 292, 293, 292, 287, 283, 66, -2, 67, 21, 227, nil, 287, nil, nil, 281, 279, 225, 271, nil, 270, 264, nil, 260, 257, nil, nil, 221, 241, 35, 208, nil, 228, nil, 208, 54, 231, 230, 204, 224, nil, nil, nil, 221, 200, 211, 209, 71, 87, 193, nil, 199, 171, 166, 186, 168, 181, 172, 170, nil, nil, 117, -25, 254, 39, nil, 42, nil, nil, nil, nil, 76, 92, nil, 121, 125, 139, 145, 152, 168, 142, 4, nil, 141, 38, nil, 160, 174, 175, nil, 146, 177, nil, nil, nil, 164, 165, 175, 144, 83, nil, 153, 168, 160, 156, 182, 163, nil, nil, 189, -1, 2, 161, nil, 180, 194, 150, 191, 190, 23, 17, 59, 195, nil, nil, nil, nil, 159, 203, 200, 205, 161, 182, 208, nil, nil, nil, nil, nil, nil, nil, nil, nil, 1, 165, 211, 2, 182, nil, 74, nil, 163, 201, 204, 206, 206, nil, 213, 176, -34, 192, nil, 84, 225, 223, nil, 227, 198, 89, 129, 130, nil, nil, nil, nil, nil, nil, 232, nil, nil, nil, nil, nil, nil, 19, 230, 22, 121, nil, nil, nil, nil, 197, 234, 226, 226, 228, 228, 243, nil, nil, nil, 244, 45, 50, nil, 242, 218, 219, 205, nil, 237, nil, 260, nil, 199, nil, nil, nil, -32, nil, nil, 213, nil, 249, 36, 244, nil, 245, nil, 122, nil, nil, 230, nil, 219, 218, nil, nil, nil, nil, 4, nil, 261, 133, nil, nil, nil, 259, 3, 224, nil, nil, -2, nil, 68, 265, nil, nil, 151, nil, 53, nil, 268, nil, 276, 261, 150, 275, 280, nil, 281, 278, 141, 284, 280, 281, 135, 123, 110, 283, nil, nil, nil, 287, 88, 293, 294, 282, 283, nil, 150, 142, nil, 285, 286, nil, nil, 301, 287, 291, nil ] racc_action_default = [ -143, -143, -1, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -143, -143, -143, -143, -143, -143, -143, -143, -143, -143, -143, -143, -124, -143, -2, -3, -143, -143, -101, -143, -23, -143, -143, -28, -143, -143, -56, -57, -143, -143, -143, -143, -64, -65, -66, -143, -143, -143, -143, -143, -143, 321, -4, -5, -25, -143, -25, -143, -143, -143, -55, -141, -143, -143, -143, -143, -143, -143, -143, -143, -105, -106, -143, -143, -143, -143, -21, -143, -102, -22, -24, -27, -143, -143, -40, -143, -143, -143, -68, -143, -143, -143, -143, -67, -143, -143, -107, -143, -143, -143, -114, -83, -143, -117, -118, -26, -143, -143, -143, -143, -30, -142, -70, -143, -143, -83, -143, -143, -63, -103, -143, -143, -83, -110, -111, -143, -143, -101, -143, -119, -143, -143, -143, -143, -35, -36, -37, -31, -98, -143, -143, -143, -101, -143, -143, -108, -109, -125, -126, -127, -128, -129, -130, -131, -143, -101, -143, -143, -84, -85, -143, -115, -143, -143, -143, -143, -143, -29, -32, -101, -143, -71, -72, -143, -143, -68, -60, -143, -83, -143, -143, -143, -135, -137, -139, -104, -112, -113, -143, -77, -78, -79, -80, -81, -82, -143, -143, -143, -143, -91, -92, -93, -94, -143, -143, -143, -143, -143, -143, -143, -58, -99, -100, -143, -143, -143, -76, -143, -70, -83, -101, -132, -143, -133, -143, -134, -143, -86, -87, -88, -143, -90, -96, -143, -95, -116, -143, -143, -41, -143, -42, -143, -73, -74, -143, -69, -98, -101, -62, -136, -138, -140, -143, -97, -143, -143, -122, -38, -39, -143, -143, -101, -61, -89, -143, -120, -143, -33, -75, -59, -143, -123, -143, -121, -34, -43, -143, -143, -143, -143, -143, -44, -143, -143, -143, -143, -143, -143, -143, -143, -143, -48, -45, -50, -51, -143, -46, -143, -143, -143, -143, -47, -143, -143, -53, -143, -143, -49, -52, -143, -143, -143, -54 ] racc_goto_table = [ 62, 141, 177, 155, 135, 146, 120, 11, 12, 46, 53, 180, 89, 68, 167, 132, 103, 77, 150, 263, 108, 207, 283, 1, 84, 163, 87, 295, 289, 300, 304, 311, 72, 282, 224, 116, 309, 17, 16, 195, 15, 126, 127, 106, 14, 130, 179, 278, 13, 222, 10, 9, 166, 8, 203, 237, 239, 208, 7, 6, 153, 154, 131, 5, 145, 136, 243, 2, 187, 188, 189, nil, 194, nil, nil, nil, 235, 236, nil, 238, 137, 228, nil, nil, 125, 250, 175, nil, nil, nil, 111, 112, nil, 226, nil, nil, 251, 252, nil, 169, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, 269, 254, nil, nil, 184, nil, nil, nil, nil, nil, nil, nil, 255, nil, nil, nil, nil, 193, nil, nil, nil, nil, nil, 267, 271, nil, nil, nil, nil, nil, nil, 218, 276, nil, nil, nil, nil, nil, 279, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, 294, nil, nil, nil, 299, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, 256, nil, 315, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, 270, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, 277 ] racc_goto_check = [ 16, 20, 31, 38, 32, 30, 29, 9, 10, 28, 28, 36, 18, 27, 41, 51, 47, 46, 32, 54, 33, 39, 23, 1, 17, 32, 17, 25, 23, 24, 24, 26, 28, 21, 39, 19, 22, 15, 14, 38, 13, 33, 33, 46, 12, 47, 35, 54, 11, 37, 8, 7, 40, 6, 42, 43, 44, 45, 5, 4, 48, 49, 50, 3, 18, 52, 53, 2, 56, 57, 58, nil, 51, nil, nil, nil, 41, 38, nil, 38, 27, 32, nil, nil, 28, 36, 18, nil, nil, nil, 9, 10, nil, 29, nil, nil, 38, 38, nil, 16, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, 31, 30, nil, nil, 16, nil, nil, nil, nil, nil, nil, nil, 32, nil, nil, nil, nil, 16, nil, nil, nil, nil, nil, 20, 38, nil, nil, nil, nil, nil, nil, 16, 38, nil, nil, nil, nil, nil, 38, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, 20, nil, nil, nil, 20, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, 16, nil, 20, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, 16, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, 16 ] racc_goto_pointer = [ nil, 23, 67, 63, 59, 58, 53, 51, 50, 7, 8, 48, 44, 40, 38, 37, -36, -38, -54, -58, -116, -247, -268, -258, -268, -266, -275, -30, -16, -90, -115, -144, -105, -61, nil, -101, -136, -132, -126, -147, -82, -120, -114, -149, -150, -111, -37, -61, -68, -68, -45, -92, -45, -146, -225, nil, -94, -93, -92 ] racc_goto_default = [ nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, 92, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, 51, nil, nil, nil, 264, nil, nil, nil, nil, 158, nil, nil, nil, nil, 104, nil, nil, nil, nil, nil, nil, 157, nil, nil, nil ] racc_reduce_table = [ 0, 0, :racc_error, 1, 69, :_reduce_1, 2, 69, :_reduce_2, 2, 69, :_reduce_3, 3, 69, :_reduce_4, 3, 69, :_reduce_5, 1, 69, :_reduce_6, 1, 69, :_reduce_7, 1, 70, :_reduce_none, 1, 70, :_reduce_none, 1, 70, :_reduce_none, 1, 70, :_reduce_none, 1, 70, :_reduce_none, 1, 70, :_reduce_none, 1, 70, :_reduce_none, 1, 70, :_reduce_none, 1, 70, :_reduce_none, 1, 70, :_reduce_none, 1, 70, :_reduce_none, 1, 70, :_reduce_none, 1, 70, :_reduce_none, 4, 71, :_reduce_21, 4, 71, :_reduce_22, 2, 71, :_reduce_23, 4, 71, :_reduce_24, 0, 85, :_reduce_none, 2, 85, :_reduce_26, 4, 72, :_reduce_27, 2, 73, :_reduce_28, 7, 74, :_reduce_29, 5, 74, :_reduce_30, 6, 74, :_reduce_31, 3, 87, :_reduce_32, 7, 87, :_reduce_33, 9, 87, :_reduce_34, 1, 88, :_reduce_35, 1, 88, :_reduce_36, 1, 88, :_reduce_37, 7, 86, :_reduce_38, 7, 86, :_reduce_39, 1, 86, :_reduce_none, 6, 90, :_reduce_41, 6, 90, :_reduce_42, 1, 89, :_reduce_43, 3, 89, :_reduce_44, 7, 91, :_reduce_45, 7, 91, :_reduce_46, 8, 91, :_reduce_47, 2, 93, :_reduce_48, 5, 93, :_reduce_49, 1, 92, :_reduce_50, 1, 92, :_reduce_51, 4, 92, :_reduce_52, 1, 94, :_reduce_53, 3, 94, :_reduce_54, 3, 75, :_reduce_55, 2, 76, :_reduce_56, 2, 76, :_reduce_57, 8, 77, :_reduce_58, 11, 77, :_reduce_59, 7, 78, :_reduce_60, 10, 78, :_reduce_61, 9, 78, :_reduce_62, 5, 79, :_reduce_63, 1, 96, :_reduce_64, 1, 96, :_reduce_65, 1, 102, :_reduce_66, 3, 102, :_reduce_67, 0, 97, :_reduce_none, 5, 97, :_reduce_69, 0, 98, :_reduce_none, 2, 98, :_reduce_71, 1, 103, :_reduce_72, 3, 103, :_reduce_73, 3, 104, :_reduce_74, 5, 104, :_reduce_75, 1, 105, :_reduce_none, 1, 107, :_reduce_77, 1, 107, :_reduce_78, 1, 107, :_reduce_79, 1, 107, :_reduce_80, 1, 107, :_reduce_81, 1, 107, :_reduce_none, 0, 100, :_reduce_none, 2, 100, :_reduce_84, 1, 108, :_reduce_85, 3, 108, :_reduce_86, 3, 109, :_reduce_87, 3, 109, :_reduce_88, 5, 109, :_reduce_89, 3, 109, :_reduce_90, 1, 110, :_reduce_none, 1, 110, :_reduce_none, 1, 110, :_reduce_93, 1, 113, :_reduce_none, 2, 113, :_reduce_95, 1, 112, :_reduce_96, 2, 112, :_reduce_97, 0, 99, :_reduce_none, 2, 99, :_reduce_99, 2, 99, :_reduce_100, 0, 84, :_reduce_none, 2, 84, :_reduce_102, 5, 80, :_reduce_103, 7, 80, :_reduce_104, 1, 114, :_reduce_105, 1, 114, :_reduce_106, 1, 115, :_reduce_107, 3, 115, :_reduce_108, 3, 116, :_reduce_109, 2, 101, :_reduce_110, 1, 118, :_reduce_111, 3, 118, :_reduce_112, 3, 119, :_reduce_113, 4, 81, :_reduce_114, 6, 81, :_reduce_115, 8, 82, :_reduce_116, 4, 82, :_reduce_117, 4, 82, :_reduce_118, 1, 120, :_reduce_none, 3, 121, :_reduce_120, 5, 121, :_reduce_121, 1, 122, :_reduce_122, 3, 122, :_reduce_123, 1, 83, :_reduce_124, 1, 117, :_reduce_none, 1, 117, :_reduce_none, 1, 106, :_reduce_none, 1, 106, :_reduce_none, 1, 123, :_reduce_none, 1, 123, :_reduce_none, 1, 123, :_reduce_none, 3, 111, :_reduce_132, 3, 111, :_reduce_133, 3, 111, :_reduce_134, 1, 124, :_reduce_135, 3, 124, :_reduce_136, 1, 125, :_reduce_137, 3, 125, :_reduce_138, 1, 126, :_reduce_139, 3, 126, :_reduce_140, 1, 95, :_reduce_141, 3, 95, :_reduce_142 ] racc_reduce_n = 143 racc_shift_n = 321 racc_token_table = { false => 0, :error => 1, :RUBY_SCRIPT => 2, :SHELL_SCRIPT => 3, :GT => 4, :STRING_VALUE => 5, :GTGT => 6, :SHOW => 7, :TABLES => 8, :TABLE => 9, :STATUS => 10, :REGIONS => 11, :CREATE => 12, :IDENTIFIER => 13, :LIKE => 14, :ALTER => 15, :USE => 16, "(" => 17, ")" => 18, :HASH => 19, "," => 20, :RANGE => 21, :STRING => 22, :NUMBER => 23, :BINARY => 24, :READ => 25, :EQ => 26, :NUMBER_VALUE => 27, :WRITE => 28, :INDEX => 29, :GLOBAL => 30, :ALL => 31, :KEYS_ONLY => 32, :INCLUDE => 33, :DROP => 34, :DESCRIBE => 35, :DESC => 36, :SELECT => 37, :FROM => 38, :COUNT => 39, "*" => 40, "/" => 41, :GET => 42, :WHERE => 43, :AND => 44, :BETWEEN => 45, :LE => 46, :LT => 47, :GE => 48, :BEGINS_WITH => 49, :IN => 50, :IS => 51, :NE => 52, :CONTAINS => 53, :NOT => 54, :NULL => 55, :ORDER => 56, :ASC => 57, :LIMIT => 58, :UPDATE => 59, :SET => 60, :ADD => 61, :DELETE => 62, :INSERT => 63, :INTO => 64, :VALUES => 65, :NEXT => 66, :BINARY_VALUE => 67 } racc_nt_base = 68 racc_use_result_var = false Racc_arg = [ racc_action_table, racc_action_check, racc_action_default, racc_action_pointer, racc_goto_table, racc_goto_check, racc_goto_default, racc_goto_pointer, racc_nt_base, racc_reduce_table, racc_token_table, racc_shift_n, racc_reduce_n, racc_use_result_var ] Racc_token_to_s_table = [ "$end", "error", "RUBY_SCRIPT", "SHELL_SCRIPT", "GT", "STRING_VALUE", "GTGT", "SHOW", "TABLES", "TABLE", "STATUS", "REGIONS", "CREATE", "IDENTIFIER", "LIKE", "ALTER", "USE", "\"(\"", "\")\"", "HASH", "\",\"", "RANGE", "STRING", "NUMBER", "BINARY", "READ", "EQ", "NUMBER_VALUE", "WRITE", "INDEX", "GLOBAL", "ALL", "KEYS_ONLY", "INCLUDE", "DROP", "DESCRIBE", "DESC", "SELECT", "FROM", "COUNT", "\"*\"", "\"/\"", "GET", "WHERE", "AND", "BETWEEN", "LE", "LT", "GE", "BEGINS_WITH", "IN", "IS", "NE", "CONTAINS", "NOT", "NULL", "ORDER", "ASC", "LIMIT", "UPDATE", "SET", "ADD", "DELETE", "INSERT", "INTO", "VALUES", "NEXT", "BINARY_VALUE", "$start", "stmt", "query", "show_stmt", "alter_stmt", "use_stmt", "create_stmt", "drop_stmt", "describe_stmt", "select_stmt", "scan_stmt", "get_stmt", "update_stmt", "delete_stmt", "insert_stmt", "next_stmt", "limit_clause", "like_clause", "capacity_clause", "create_definition", "attr_type_list", "index_definition_list", "strict_capacity_clause", "index_definition", "index_type_definition", "global_index_keys", "index_include_attr_list", "identifier_list", "attrs_to_get", "use_index_clause", "select_where_clause", "order_clause", "scan_where_clause", "update_where_clause", "attrs_list", "select_expr_list", "select_expr", "select_operator", "value", "common_operator", "scan_expr_list", "scan_expr", "scan_operator", "value_list", "null_operator", "contains_operator", "set_or_add", "attr_to_update_list", "attr_to_update", "value_or_null", "update_expr_list", "update_expr", "attr_to_insert_list", "insert_value_clause", "insert_value_list", "single_value", "number_list", "string_list", "binary_list" ] Racc_debug_parser = false ##### State transition tables end ##### # reduce 0 omitted module_eval(<<'.,.,', 'ddb-parser.y', 5) def _reduce_1(val, _values) [val[0], nil, nil] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 9) def _reduce_2(val, _values) [val[0], :ruby, val[1]] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 13) def _reduce_3(val, _values) [val[0], :shell, val[1]] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 17) def _reduce_4(val, _values) [val[0], :overwrite, val[2]] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 21) def _reduce_5(val, _values) [val[0], :append, val[2]] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 25) def _reduce_6(val, _values) [struct(:NULL), :ruby, val[0]] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 29) def _reduce_7(val, _values) [struct(:NULL), :shell, val[0]] end .,., # reduce 8 omitted # reduce 9 omitted # reduce 10 omitted # reduce 11 omitted # reduce 12 omitted # reduce 13 omitted # reduce 14 omitted # reduce 15 omitted # reduce 16 omitted # reduce 17 omitted # reduce 18 omitted # reduce 19 omitted # reduce 20 omitted module_eval(<<'.,.,', 'ddb-parser.y', 48) def _reduce_21(val, _values) struct(:SHOW_TABLES, :limit => val[2], :like => val[3]) end .,., module_eval(<<'.,.,', 'ddb-parser.y', 52) def _reduce_22(val, _values) struct(:SHOW_TABLE_STATUS, :like => val[3]) end .,., module_eval(<<'.,.,', 'ddb-parser.y', 56) def _reduce_23(val, _values) struct(:SHOW_REGIONS) end .,., module_eval(<<'.,.,', 'ddb-parser.y', 60) def _reduce_24(val, _values) struct(:SHOW_CREATE_TABLE, :table => val[3]) end .,., # reduce 25 omitted module_eval(<<'.,.,', 'ddb-parser.y', 66) def _reduce_26(val, _values) val[1] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 71) def _reduce_27(val, _values) struct(:ALTER_TABLE, :table => val[2], :capacity => val[3]) end .,., module_eval(<<'.,.,', 'ddb-parser.y', 76) def _reduce_28(val, _values) struct(:USE, :endpoint_or_region => val[1]) end .,., module_eval(<<'.,.,', 'ddb-parser.y', 81) def _reduce_29(val, _values) struct(:CREATE, val[4].merge(:table => val[2], :capacity => val[6])) end .,., module_eval(<<'.,.,', 'ddb-parser.y', 85) def _reduce_30(val, _values) struct(:CREATE_LIKE, :table => val[2], :like => val[4], :capacity => nil) end .,., module_eval(<<'.,.,', 'ddb-parser.y', 89) def _reduce_31(val, _values) struct(:CREATE_LIKE, :table => val[2], :like => val[4], :capacity => val[5]) end .,., module_eval(<<'.,.,', 'ddb-parser.y', 94) def _reduce_32(val, _values) {:hash => {:name => val[0], :type => val[1]}, :range => nil, :indices => nil} end .,., module_eval(<<'.,.,', 'ddb-parser.y', 98) def _reduce_33(val, _values) {:hash => {:name => val[0], :type => val[1]}, :range => {:name => val[4], :type => val[5]}, :indices => nil} end .,., module_eval(<<'.,.,', 'ddb-parser.y', 102) def _reduce_34(val, _values) {:hash => {:name => val[0], :type => val[1]}, :range => {:name => val[4], :type => val[5]}, :indices => val[8]} end .,., module_eval(<<'.,.,', 'ddb-parser.y', 107) def _reduce_35(val, _values) 'S' end .,., module_eval(<<'.,.,', 'ddb-parser.y', 111) def _reduce_36(val, _values) 'N' end .,., module_eval(<<'.,.,', 'ddb-parser.y', 115) def _reduce_37(val, _values) 'B' end .,., module_eval(<<'.,.,', 'ddb-parser.y', 120) def _reduce_38(val, _values) {:read => val[2], :write => val[6]} end .,., module_eval(<<'.,.,', 'ddb-parser.y', 124) def _reduce_39(val, _values) {:read => val[6], :write => val[2]} end .,., # reduce 40 omitted module_eval(<<'.,.,', 'ddb-parser.y', 130) def _reduce_41(val, _values) {:read => val[2], :write => val[5]} end .,., module_eval(<<'.,.,', 'ddb-parser.y', 134) def _reduce_42(val, _values) {:read => val[5], :write => val[2]} end .,., module_eval(<<'.,.,', 'ddb-parser.y', 139) def _reduce_43(val, _values) [val[0]] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 143) def _reduce_44(val, _values) val[0] + [val[2]] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 148) def _reduce_45(val, _values) {:name => val[1], :key => val[3], :type => val[4], :projection => val[6]} end .,., module_eval(<<'.,.,', 'ddb-parser.y', 152) def _reduce_46(val, _values) {:name => val[2], :keys => val[4], :projection => val[6], :global => true} end .,., module_eval(<<'.,.,', 'ddb-parser.y', 156) def _reduce_47(val, _values) {:name => val[2], :keys => val[4], :projection => val[6], :capacity => val[7], :global => true} end .,., module_eval(<<'.,.,', 'ddb-parser.y', 161) def _reduce_48(val, _values) {:hash => {:key => val[0], :type => val[1]}} end .,., module_eval(<<'.,.,', 'ddb-parser.y', 165) def _reduce_49(val, _values) { :hash => {:key => val[0], :type => val[1]}, :range => {:key => val[3], :type => val[4]}, } end .,., module_eval(<<'.,.,', 'ddb-parser.y', 173) def _reduce_50(val, _values) {:type => 'ALL'} end .,., module_eval(<<'.,.,', 'ddb-parser.y', 177) def _reduce_51(val, _values) {:type => 'KEYS_ONLY'} end .,., module_eval(<<'.,.,', 'ddb-parser.y', 181) def _reduce_52(val, _values) {:type => 'INCLUDE', :attrs => val[2]} end .,., module_eval(<<'.,.,', 'ddb-parser.y', 186) def _reduce_53(val, _values) [val[0]] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 190) def _reduce_54(val, _values) val[0] + [val[2]] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 195) def _reduce_55(val, _values) struct(:DROP, :tables => val[2]) end .,., module_eval(<<'.,.,', 'ddb-parser.y', 200) def _reduce_56(val, _values) struct(:DESCRIBE, :table => val[1]) end .,., module_eval(<<'.,.,', 'ddb-parser.y', 204) def _reduce_57(val, _values) struct(:DESCRIBE, :table => val[1]) end .,., module_eval(<<'.,.,', 'ddb-parser.y', 209) def _reduce_58(val, _values) struct(:SELECT, :attrs => val[1], :table => val[3], :index => val[4], :conds => val[5], :order_asc => val[6], :limit => val[7], :count => false) end .,., module_eval(<<'.,.,', 'ddb-parser.y', 213) def _reduce_59(val, _values) struct(:SELECT, :attrs => [], :table => val[6], :index => val[7], :conds => val[8], :order_asc => val[9], :limit => val[10], :count => true) end .,., module_eval(<<'.,.,', 'ddb-parser.y', 218) def _reduce_60(val, _values) struct(:SCAN, :attrs => val[2], :table => val[4], :conds => val[5], :limit => val[6], :count => false, :segment => nil, :total_segments => nil) end .,., module_eval(<<'.,.,', 'ddb-parser.y', 222) def _reduce_61(val, _values) struct(:SCAN, :attrs => [], :table => val[7], :conds => val[8], :limit => val[9], :count => true, :segment => nil, :total_segments => nil) end .,., module_eval(<<'.,.,', 'ddb-parser.y', 226) def _reduce_62(val, _values) struct(:SCAN, :attrs => val[4], :table => val[6], :conds => val[7], :limit => val[8], :count => false, :segment => val[1], :total_segments => val[3]) end .,., module_eval(<<'.,.,', 'ddb-parser.y', 231) def _reduce_63(val, _values) struct(:GET, :attrs => val[1], :table => val[3], :conds => val[4]) end .,., module_eval(<<'.,.,', 'ddb-parser.y', 236) def _reduce_64(val, _values) [] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 240) def _reduce_65(val, _values) val[0] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 245) def _reduce_66(val, _values) [val[0]] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 249) def _reduce_67(val, _values) val[0] + [val[2]] end .,., # reduce 68 omitted module_eval(<<'.,.,', 'ddb-parser.y', 255) def _reduce_69(val, _values) val[3] end .,., # reduce 70 omitted module_eval(<<'.,.,', 'ddb-parser.y', 261) def _reduce_71(val, _values) val[1] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 266) def _reduce_72(val, _values) [val[0]] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 270) def _reduce_73(val, _values) val[0] + [val[2]] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 275) def _reduce_74(val, _values) [val[0], val[1].to_s.upcase.to_sym, [val[2]]] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 279) def _reduce_75(val, _values) [val[0], val[1].to_s.upcase.to_sym, [val[2], val[4]]] end .,., # reduce 76 omitted module_eval(<<'.,.,', 'ddb-parser.y', 286) def _reduce_77(val, _values) :EQ end .,., module_eval(<<'.,.,', 'ddb-parser.y', 290) def _reduce_78(val, _values) :LE end .,., module_eval(<<'.,.,', 'ddb-parser.y', 294) def _reduce_79(val, _values) :LT end .,., module_eval(<<'.,.,', 'ddb-parser.y', 298) def _reduce_80(val, _values) :GE end .,., module_eval(<<'.,.,', 'ddb-parser.y', 302) def _reduce_81(val, _values) :GT end .,., # reduce 82 omitted # reduce 83 omitted module_eval(<<'.,.,', 'ddb-parser.y', 309) def _reduce_84(val, _values) val[1] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 314) def _reduce_85(val, _values) [val[0]] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 318) def _reduce_86(val, _values) val[0] + [val[2]] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 323) def _reduce_87(val, _values) [val[0], val[1].to_s.upcase.to_sym, [val[2]]] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 327) def _reduce_88(val, _values) [val[0], val[1].to_s.upcase.to_sym, val[2]] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 331) def _reduce_89(val, _values) [val[0], val[1].to_s.upcase.to_sym, [val[2], val[4]]] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 335) def _reduce_90(val, _values) [val[0], val[2].to_s.upcase.to_sym, []] end .,., # reduce 91 omitted # reduce 92 omitted module_eval(<<'.,.,', 'ddb-parser.y', 341) def _reduce_93(val, _values) :NE end .,., # reduce 94 omitted module_eval(<<'.,.,', 'ddb-parser.y', 347) def _reduce_95(val, _values) :NOT_CONTAINS end .,., module_eval(<<'.,.,', 'ddb-parser.y', 351) def _reduce_96(val, _values) :NULL end .,., module_eval(<<'.,.,', 'ddb-parser.y', 355) def _reduce_97(val, _values) :NOT_NULL end .,., # reduce 98 omitted module_eval(<<'.,.,', 'ddb-parser.y', 361) def _reduce_99(val, _values) true end .,., module_eval(<<'.,.,', 'ddb-parser.y', 365) def _reduce_100(val, _values) false end .,., # reduce 101 omitted module_eval(<<'.,.,', 'ddb-parser.y', 371) def _reduce_102(val, _values) val[1] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 376) def _reduce_103(val, _values) struct(:UPDATE, :table => val[1], :action => val[2], :attrs => val[3], :conds => val[4]) end .,., module_eval(<<'.,.,', 'ddb-parser.y', 380) def _reduce_104(val, _values) struct(:UPDATE_ALL, :table => val[2], :action => val[3], :attrs => val[4], :conds => val[5], :limit => val[6]) end .,., module_eval(<<'.,.,', 'ddb-parser.y', 385) def _reduce_105(val, _values) :PUT end .,., module_eval(<<'.,.,', 'ddb-parser.y', 389) def _reduce_106(val, _values) :ADD end .,., module_eval(<<'.,.,', 'ddb-parser.y', 394) def _reduce_107(val, _values) [val[0]] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 398) def _reduce_108(val, _values) val[0] + [val[2]] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 403) def _reduce_109(val, _values) [val[0], val[2]] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 408) def _reduce_110(val, _values) val[1] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 413) def _reduce_111(val, _values) [val[0]] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 417) def _reduce_112(val, _values) val[0] + [val[2]] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 422) def _reduce_113(val, _values) [val[0], val[2]] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 427) def _reduce_114(val, _values) struct(:DELETE, :table => val[2], :conds => val[3]) end .,., module_eval(<<'.,.,', 'ddb-parser.y', 431) def _reduce_115(val, _values) struct(:DELETE_ALL, :table => val[3], :conds => val[4], :limit => val[5]) end .,., module_eval(<<'.,.,', 'ddb-parser.y', 436) def _reduce_116(val, _values) struct(:INSERT, :table => val[2], :attrs => val[4], :values => val[7]) end .,., module_eval(<<'.,.,', 'ddb-parser.y', 440) def _reduce_117(val, _values) struct(:INSERT_SELECT, :table => val[2], :select => val[3]) end .,., module_eval(<<'.,.,', 'ddb-parser.y', 444) def _reduce_118(val, _values) struct(:INSERT_SCAN, :table => val[2], :select => val[3]) end .,., # reduce 119 omitted module_eval(<<'.,.,', 'ddb-parser.y', 451) def _reduce_120(val, _values) [val[1]] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 455) def _reduce_121(val, _values) val[0] + [val[3]] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 460) def _reduce_122(val, _values) [val[0]] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 464) def _reduce_123(val, _values) val[0] + [val[2]] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 469) def _reduce_124(val, _values) struct(:NEXT) end .,., # reduce 125 omitted # reduce 126 omitted # reduce 127 omitted # reduce 128 omitted # reduce 129 omitted # reduce 130 omitted # reduce 131 omitted module_eval(<<'.,.,', 'ddb-parser.y', 483) def _reduce_132(val, _values) val[1] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 487) def _reduce_133(val, _values) val[1] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 491) def _reduce_134(val, _values) val[1] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 496) def _reduce_135(val, _values) [val[0]] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 500) def _reduce_136(val, _values) val[0] + [val[2]] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 505) def _reduce_137(val, _values) [val[0]] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 509) def _reduce_138(val, _values) val[0] + [val[2]] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 514) def _reduce_139(val, _values) [val[0]] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 518) def _reduce_140(val, _values) val[0] + [val[2]] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 523) def _reduce_141(val, _values) [val[0]] end .,., module_eval(<<'.,.,', 'ddb-parser.y', 527) def _reduce_142(val, _values) val[0] + [val[2]] end .,., def _reduce_none(val, _values) val[0] end end # class Parser end # DynamoDB