// assume it's custom meta key
String customMetaKey = curentToken;
MetadataType metadataType = getMetadataType();
log.debug("Identified CustomMetaKeyColumn(" + customMetaKey + ", " + metadataType + ")");
return new CustomMetaKeyColumn(customMetaKey, metadataType);
}