Searched refs:CompiledQuery (Results 1 – 2 of 2) sorted by relevance
1589 type CompiledQuery struct { struct1602 func (m *CompiledQuery) Reset() { *m = CompiledQuery{} } argument1603 func (m *CompiledQuery) String() string { return proto.CompactTextString(m) } argument1604 func (*CompiledQuery) ProtoMessage() {} argument1608 func (m *CompiledQuery) GetPrimaryscan() *CompiledQuery_PrimaryScan { argument1615 func (m *CompiledQuery) GetMergejoinscan() []*CompiledQuery_MergeJoinScan { argument1622 func (m *CompiledQuery) GetIndexDef() *Index { argument1629 func (m *CompiledQuery) GetOffset() int32 { argument1636 func (m *CompiledQuery) GetLimit() int32 { argument1643 func (m *CompiledQuery) GetKeysOnly() bool { argument[all …]
282 message CompiledQuery { message486 optional CompiledQuery compiled_query = 5;