boolean allowNotExists = ignore != null && ignore.notExists();
boolean ignoreTypeMismatch = ignore != null && ignore.typeMismatch();
boolean staticCol = column != null && column.isStatic();
DataType dataType = column != null ? column.type().getDataType() : null;
if (dataType == null) {
dataType = ParseAttribute.guessDataTypeName(cTypes[i], null, accessor.accessible()).getDataType();
}
CqlColumn cqlColumn =