Class BinaryRowUtils
java.lang.Object
io.deephaven.enterprise.dnd.logger.engine.impl.BinaryRowUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic io.deephaven.shadow.enterprise.com.illumon.iris.binarystore.Row.Flags
adaptFlags
(Row.Flags flags) Adapt flags from Community Core to Enterprise Shadowed flags.
-
Constructor Details
-
BinaryRowUtils
public BinaryRowUtils()
-
-
Method Details
-
adaptFlags
public static io.deephaven.shadow.enterprise.com.illumon.iris.binarystore.Row.Flags adaptFlags(@NotNull Row.Flags flags) Adapt flags from Community Core to Enterprise Shadowed flags.- Parameters:
flags
- Core flags- Returns:
- corresponding Enterprise flags
-