Sign in
apache
/
spark
/
v1.6.1
/
.
/
sql
/
hive
/
src
/
test
/
resources
/
golden
/
udf_substring-0-8297700b238f417dea2bd60ba72a6ece
blob: 6a2376d85e7bcb6bc874d304f4e7853ba0f2544b [
file
] [
log
] [
blame
]
substring
(
str
,
pos
[,
len
])
-
returns the substring of str that starts at pos
and
is
of length len orsubstring
(
bin
,
pos
[,
len
])
-
returns the slice of
byte
array that starts at pos
and
is
of length len