byte[] separator, int separatorIndex, Text nullSequence, boolean escaped,
byte escapeChar) throws SerDeException {
ObjectInspector.Category c = typeInfo.getCategory();
switch (c) {
case PRIMITIVE:
BaseTypeParams typeParams = ((PrimitiveTypeInfo)typeInfo).getTypeParams();
return LazyPrimitiveObjectInspectorFactory.getLazyObjectInspector(
(PrimitiveTypeInfo) typeInfo, escaped, escapeChar);
case MAP:
return LazyObjectInspectorFactory.getLazySimpleMapObjectInspector(
createLazyObjectInspector(((MapTypeInfo) typeInfo)