byte[] bytes=DataTypes.STRING.implicitCast(value).getBytes(StandardCharsets.UTF_8); | String string=DataTypes.STRING.implicitCast(value); | DataTypes.STRING.implicitCast(value).getBytes(StandardCharsets.UTF_8) | DataTypes.STRING.implicitCast(value) | crate | 352bc23954611f600dd8beca2a69fc3b29349527 | io.crate.protocols.postgres.types.VarCharType | | | v0 | DataTypes.STRING.implicitCast(value) |
---|
| | v0 | DataTypes.STRING.implicitCast(value) |
---|
| AssignedTo | True |
return UUID.randomUUID().toString().getBytes(StandardCharsets.UTF_8); | return UUID.randomUUID().toString(); | UUID.randomUUID().toString().getBytes(StandardCharsets.UTF_8) | UUID.randomUUID().toString() | beam | 34edbd5cc38c1eab0307569da518bceef325e696 | org.apache.beam.runners.core.construction.SplittableParDo.RandomUniqueKeyFn | | | v0 | UUID.randomUUID().toString() |
---|
| | v0 | UUID.randomUUID().toString() |
---|
| Returns | True |