Skip to content

@lancedb/lancedbDocs


@lancedb/lancedb / BranchDiff

Interface: BranchDiff

Read-only comparison of a branch against main.

Properties

addedColumns

addedColumns: BranchColumnSummary[];

addedIndexes

addedIndexes: BranchIndexSummary[];

baseMoved

baseMoved: boolean;

branchVersion

branchVersion: number;

changedColumns

changedColumns: BranchColumnChange[];

fromBranch

fromBranch: string;

mainVersion

mainVersion: number;

mergeBlockers

mergeBlockers: MergeBlocker[];

mergeable

mergeable: boolean;

parentVersion

parentVersion: number;

removedColumns

removedColumns: BranchColumnSummary[];

removedIndexes

removedIndexes: BranchIndexSummary[];

rowCountBranch

rowCountBranch: number;

rowCountMain

rowCountMain: number;

rowSummary

rowSummary: BranchRowCountSummary;