Class BinaryRowUtils
java.lang.Object
io.deephaven.enterprise.dnd.logger.engine.impl.BinaryRowUtils
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic io.deephaven.shadow.enterprise.com.illumon.iris.binarystore.Row.FlagsadaptFlags(Row.Flags flags) Adapt flags from Community Core to Enterprise Shadowed flags.
- 
Constructor Details- 
BinaryRowUtilspublic BinaryRowUtils()
 
- 
- 
Method Details- 
adaptFlagspublic 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
 
 
-