Class CodecCompatibility
java.lang.Object
io.deephaven.enterprise.compatibility.CodecCompatibility
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
createAdaptedCodecArgs
(@Nullable String initialCodecArgs, @NotNull String enterpriseCodecName) static String
getCodecAdapterClassName
(String inputCodecName) static String
getCodecArgs
(@NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.TableDefinition tableDefinition, @NotNull String columnName) static String
getCodecArgs
(@Nullable String originalCodec, @Nullable String originalCodecArgs, @NotNull Class<?> dataType) static String
getCodecName
(@NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.TableDefinition tableDefinition, @NotNull String columnName) static String
getCodecName
(@Nullable String originalCodecClass, @NotNull Class<?> dataType) static String
maybeGetSpecialDecoderClass
(@NotNull Class<?> type)
-
Constructor Details
-
CodecCompatibility
public CodecCompatibility()
-
-
Method Details
-
maybeGetSpecialDecoderClass
-
getCodecName
-
getCodecName
-
getCodecArgs
-
getCodecArgs
-
getCodecAdapterClassName
-
createAdaptedCodecArgs
-