Class WriteComputeConstants
java.lang.Object
com.linkedin.venice.schema.writecompute.WriteComputeConstants
This utility class contains all String literal constants used in write compute.
TODO: make this class package private
Ideally this class should be package private because write-compute String literal constants are write-compute
internal implementation details. That means if other packages access these constants, they depend on implementation
details of write compute (which is not a good practice) instead of depending on write-compute APIs.
-
Field Details
-
WRITE_COMPUTE_RECORD_SCHEMA_SUFFIX
- See Also:
-
LIST_OPS_NAME
- See Also:
-
SET_UNION
- See Also:
-
SET_DIFF
- See Also:
-
MAP_OPS_NAME
- See Also:
-
MAP_UNION
- See Also:
-
MAP_DIFF
- See Also:
-