Skip to content

Commit

Permalink
do not support skip
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-goldstein committed Oct 19, 2023
1 parent b5719f9 commit 6756fff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ final case class EDictAsUnsortedArrayOfPairs(val elementType: EType, override va
}

def _buildSkip(cb: EmitCodeBuilder, r: Value[Region], in: Value[InputBuffer]): Unit = {
arrayRepr._buildSkip(cb, r, in)
throw IllegalArgumentException("Skip is not supported for EDictAsUnsortedArrayOfPairs")
}

def _asIdent = s"dict_of_${elementType.asIdent}"
Expand Down

0 comments on commit 6756fff

Please sign in to comment.