Skip to content

Commit

Permalink
debugging stmt for benchmarking dynamic/framing
Browse files Browse the repository at this point in the history
  • Loading branch information
jenna committed Nov 14, 2023
1 parent b57b398 commit cfc5c4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/scala/gvc/weaver/CheckImplementation.scala
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ class CheckImplementation(
val convertedMember = context.convertFieldMember(member)
val struct = convertedMember.field.struct
println(struct.fields.length)
struct.fields.foreach{f => print(f.name + " ")}
val idFieldExists = struct.fields.exists(fld => {
fld.name == "_id"
})
Expand Down

0 comments on commit cfc5c4a

Please sign in to comment.