column.getValue(), isCql3Enabled);
}
else
{
LongAccessor accessor = new LongAccessor();
Long value = accessor.fromBytes(Long.class, column.getValue());
return populateViaThrift(m, entity, entityType, relationNames, relations, thriftColumnName,
value != null ? value.toString() : null, isCql3Enabled);
}
}