Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 482 Bytes

Join.md

File metadata and controls

23 lines (11 loc) · 482 Bytes

Manticoresearch.Join

Properties

Name Type Description Notes
type String Type of the join operation
on [JoinOn] List of objects defining joined tables
query FulltextFilter [optional]
table String Basic table of the join operation

Enum: TypeEnum

  • inner (value: "inner")

  • left (value: "left")