primarySource
Returns the value of the
primarySource record component.- Returns:
- the value of the
primarySourcerecord component
IQueryAST from query-parser.ts. Operation and sources align with
WarehouseQueryTypes; where wire maps match
WarehouseWhereTypes.WarehouseQueryAst(String operation,
WarehouseParsedDataSource primarySource,
List<String> fields,
List<WarehouseParsedJoin> joins,
Map<String,Object> where,
List<Map<String,Object>> orderBy,
Integer limit,
Integer offset,
Object data,
Object returning,
List<String> conflictKeys,
boolean hasTransaction) WarehouseQueryAst record class.conflictKeys record component.data()data record component.final booleanfields()fields record component.final inthashCode()booleanhasTransaction record component.joins()joins record component.limit()limit record component.offset()offset record component.operation record component.orderBy()orderBy record component.primarySource record component.returning record component.final StringtoString()where()where record component.WarehouseQueryAst record class.operation - the value for the operation record componentprimarySource - the value for the primarySource record componentfields - the value for the fields record componentjoins - the value for the joins record componentwhere - the value for the where record componentorderBy - the value for the orderBy record componentlimit - the value for the limit record componentoffset - the value for the offset record componentdata - the value for the data record componentreturning - the value for the returning record componentconflictKeys - the value for the conflictKeys record componenthasTransaction - the value for the hasTransaction record componentObjects::equals(Object,Object); primitive components are compared with '=='.operation record component.operation record componentprimarySource record component.primarySource record componentfields record component.fields record componentjoins record component.joins record componentwhere record component.where record componentorderBy record component.orderBy record componentlimit record component.limit record componentoffset record component.offset record componentdata record component.data record componentreturning record component.returning record componentconflictKeys record component.conflictKeys record componenthasTransaction record component.hasTransaction record component