Skip to content

Commit

Permalink
Make varbinaryWriteFunction public
Browse files Browse the repository at this point in the history
  • Loading branch information
hovaesco authored and findepi committed Apr 16, 2021
1 parent 31b4ab0 commit 5288998
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ public static ColumnMapping varbinaryColumnMapping()
DISABLE_PUSHDOWN);
}

private static SliceWriteFunction varbinaryWriteFunction()
public static SliceWriteFunction varbinaryWriteFunction()
{
return new SliceWriteFunction()
{
Expand Down

0 comments on commit 5288998

Please sign in to comment.