add dev note

This commit is contained in:
Jonathan Shook 2024-03-12 12:48:14 -05:00
parent fb39937a8d
commit e958e15ad6

View File

@ -40,6 +40,12 @@ public class CqlD4BatchStmtMapper implements OpMapper<Cqld4CqlOp> {
this.adapter = adapter;
}
/**
* TODO: Make this not require a sub-op element for "uniform batches",
* but allow a sub-op sequence for custom batches.
* @param op the function argument
* @return
*/
public OpDispenser<Cqld4CqlOp> apply(ParsedOp op) {
ParsedOp subop = op.getAsSubOp("op_template");