MCPcopy Create free account
hub / github.com/apache/orc / checkArgument

Method checkArgument

java/core/src/java/org/apache/orc/impl/WriterImpl.java:855–859  ·  view source on GitHub ↗
(boolean expression, String message)

Source from the content-addressed store, hash-verified

853 }
854
855 private static void checkArgument(boolean expression, String message) {
856 if (!expression) {
857 throw new IllegalArgumentException(message);
858 }
859 }
860
861 @Override
862 public void appendStripe(byte[] stripe, int offset, int length,

Callers 3

appendStripeMethod · 0.95
loadSchemaMethod · 0.45
assembleStructMethod · 0.45

Calls

no outgoing calls

Tested by 1

assembleStructMethod · 0.36