public class CassandraSchemaHelper extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CassandraSchemaHelper.Difference |
static class |
CassandraSchemaHelper.DifferenceType |
static class |
CassandraSchemaHelper.ExtendedColumn |
| Modifier and Type | Method and Description |
|---|---|
static List<CassandraSchemaHelper.Difference> |
compare(io.stargate.bridge.proto.QueryOuterClass.TypeSpec.Udt expectedUdt,
io.stargate.bridge.proto.QueryOuterClass.TypeSpec.Udt actualUdt) |
static List<CassandraSchemaHelper.Difference> |
compare(io.stargate.bridge.proto.Schema.CqlTable expectedTable,
io.stargate.bridge.proto.Schema.CqlTable actualTable) |
public static List<CassandraSchemaHelper.Difference> compare(io.stargate.bridge.proto.Schema.CqlTable expectedTable, io.stargate.bridge.proto.Schema.CqlTable actualTable)
public static List<CassandraSchemaHelper.Difference> compare(io.stargate.bridge.proto.QueryOuterClass.TypeSpec.Udt expectedUdt, io.stargate.bridge.proto.QueryOuterClass.TypeSpec.Udt actualUdt)
Copyright © 2022. All rights reserved.