gpt4 book ai didi

apache-pig - pig 的双引号和单引号有什么区别?

转载 作者:行者123 更新时间:2023-12-01 05:07:49 29 4
gpt4 key购买 nike

我一直认为 ''""pig 中是一样的,但今天我得到了

Unexpected character '"' 

出错
register datafu-pig-1.2.1.jar
define Coalesce datafu.pig.util.Coalesce;
...
Coalesce(x,"a")

尽管
Coalesce(x,'a')

工作得很好。

那么,单引号和双引号有什么区别呢?

最佳答案

Pig 不支持字符串文字(即 chararray)的双引号。所有字符数组都必须用单引号括起来。

A String or Chararrays are represented in interfaces by java.lang.String. 
Constant chararrays are expressed as string literals with single quotes, for example, 'fred'

引用: http://chimera.labs.oreilly.com/books/1234000001811/ch04.html#scalar_types

关于apache-pig - pig 的双引号和单引号有什么区别?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27110506/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com