Sha256: 933ade76860c2ce04b71ea0a96e8b45766199cce32552648545b3a4184747101
Contents?: true
Size: 600 Bytes
Versions: 3
Compression:
Stored size: 600 Bytes
Contents
# == Built-in Functions # EvalFunctions # AVG # CONCAT # COUNT # DIFF # MIN # MAX # SIZE # SUM # TOKENIZE # == NullOperators # isnull # isnotnull # # == BooleanOperators # and # or # not # # == DereferenceOperators # tupledereference. # mapdereference# # # == SignOperators # positive+ # negative- # # == CastOperators # (type)$0 # (type)alias # # == ArithmeticOperators # addition+ # subtraction- # multiplication* # division/ # modulo% # bincond? # # == ComparisonOperators # Equal== # notequal!= # lessthan< # greaterthan> # lessthanorequalto<= # greaterthanorequalto>= # patternmatchingmatches
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
mrflip-wukong-0.1.0 | lib/wukong/and_pig/functions.rb |
wukong-0.1.4 | lib/wukong/and_pig/functions.rb |
wukong-0.1.1 | lib/wukong/and_pig/functions.rb |