Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OneToManyJoin ¶
func OneToManyJoin(leftArr, rightArr interface{}, leftKey, rightKey, rightArrayName, joinType string) (interface{}, error)
OneToManyJoin performs a join operation between two slices of maps/structs based on specified keys. It supports different types of joins: left, right, inner, and full.
func OneToManyJoin2 ¶
func OneToManyJoin2(leftArr, rightArr interface{}, leftKey, rightKey, rightArrayName, joinType string) (interface{}, error)
OneToManyJoin2 performs a join operation between two slices of maps/structs based on specified keys. It supports different types of joins: left, right, inner, and full.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.