What's the meaning of the frozen
keyword in Cassandra?
I'm trying to read this documentation page: Using a user-defined type, but their explanation for the frozen
keyword (which they use in their examples) is not clear enough for me:
To support future capabilities, a column definition of a user-defined
or tuple type requires the frozen keyword. Cassandra serializes a
frozen value having multiple components into a single value. For
examples and usage information, see "Using a user-defined type",
"Tuple type", and Collection type.
I haven't found any other definition or a clear explanation for that in the net.
question from:
https://stackoverflow.com/questions/42532743/cassandra-frozen-keyword-meaning 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…