manticoresearch 1.1.0-alpha

Сlient for Manticore Search.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Join

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**r#type** | **String** | Type of the join operation | 
**on** | [**Vec<models::JoinOn>**]joinOn.md | List of objects defining joined tables | 
**query** | Option<[**models::FulltextFilter**]fulltextFilter.md> |  | [optional]
**table** | **String** | Basic table of the join operation | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)