}
public static InsertMode getExportInsertMode(
org.apache.hadoop.conf.Configuration conf) {
InsertMode result = InsertMode.DirectInsert;
if (OraOopUtilities
.userWantsToCreatePartitionedExportTableFromTemplate(conf)
|| conf.getBoolean(OraOopConstants.EXPORT_TABLE_HAS_ORAOOP_PARTITIONS,
false)) {