@InterfaceAudience.Public public final class TableDescriptorUtils extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TableDescriptorUtils.TableDescriptorDelta |
Modifier | Constructor and Description |
---|---|
private |
TableDescriptorUtils() |
Modifier and Type | Method and Description |
---|---|
static TableDescriptorUtils.TableDescriptorDelta |
computeDelta(TableDescriptor oldTD,
TableDescriptor newTD)
Compares two
TableDescriptor and indicate which columns were added, deleted, or
modified from oldTD to newTD |
private TableDescriptorUtils()
public static TableDescriptorUtils.TableDescriptorDelta computeDelta(TableDescriptor oldTD, TableDescriptor newTD)
TableDescriptor
and indicate which columns were added, deleted, or
modified from oldTD to newTDCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.