Documentation
      ¶
    
    
  
    
  
    Overview ¶
Copyright 2021 Matrix Origin
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright 2021 Matrix Origin ¶
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- type Argument
 - func (arg *Argument) AffectedRows() uint64
 - func (arg *Argument) AppendChild(child vm.Operator)
 - func (arg *Argument) Call(proc *process.Process) (vm.CallResult, error)
 - func (arg *Argument) Free(proc *process.Process, pipelineFailed bool, err error)
 - func (arg *Argument) GetMetaLocBat(src *batch.Batch, proc *process.Process)
 - func (arg *Argument) Prepare(proc *process.Process) error
 - func (arg *Argument) SetInfo(info *vm.OperatorInfo)
 - func (arg *Argument) Split(proc *process.Process, bat *batch.Batch) error
 - func (arg *Argument) String(buf *bytes.Buffer)
 
- type Container
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Argument ¶
type Argument struct {
	// 1. main table
	Tbl engine.Relation
	// 2. partition sub tables
	PartitionSources []engine.Relation
	AddAffectedRows  bool
	// contains filtered or unexported fields
}
    func (*Argument) AffectedRows ¶
func (*Argument) AppendChild ¶ added in v1.1.0
func (*Argument) GetMetaLocBat ¶
func (*Argument) SetInfo ¶ added in v1.1.0
func (arg *Argument) SetInfo(info *vm.OperatorInfo)