minor fix

This commit is contained in:
Jonathan Shook 2024-03-15 13:18:27 -05:00
parent f2f6649c93
commit f0f9678049

View File

@ -169,7 +169,7 @@ public abstract class Cqld4CqlOp implements CycleOp<List<Row>>, VariableCapture<
@Override
public List<?> capture(List<Row> input, List<CapturePoint> capturePoints) {
return List.of();
}
public abstract Statement<?> getStmt();