package
1.0.1
Repository: https://github.com/couchbaselabs/cbmigrate.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

ConvertMongoToCouchbase Convert MongoDB partial filter expression to Couchbase WHERE clause.
No description provided by the author
No description provided by the author
GenerateCouchbaseArrayIndex generates a Couchbase array index expression from a given input pattern like "schedule[].special_flights[].flight".
GroupAndCombine array fields are combined because only one array field can be indexed in a compound index.
NavigatePath initiates the recursive path check.
No description provided by the author
No description provided by the author
ProcessField Process individual field conditions.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

IndexFieldPath is used to have array representation for a particular path example: k1.n1k1.n2k1 is path for field n2k1 in a document.