MCPcopy Create free account
hub / github.com/apache/impala / String

Class String

tests/comparison/db_types.py:199–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197
198
199class String(VarChar):
200
201 CMP_VALUE = 102
202
203 MIN = VarChar.MAX + 1 # This is used to differentiate between VarChar and String.
204 MAX = 1000 # This is not the true max.
205
206
207class Timestamp(DataType):

Callers 15

escapeIdFunction · 0.85
dijkstraFunction · 0.85
dagre-d3.min.jsFile · 0.85
runInContextFunction · 0.85
baseIsEqualFunction · 0.85
escapeFunction · 0.85
templateFunction · 0.85
unescapeFunction · 0.85
uniqueIdFunction · 0.85
wrapperToStringFunction · 0.85
c3.v7.min.jsFile · 0.85
ValueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected