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