Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for opirr (0.03 sec)

  1. internal/s3select/sql/evaluate.go

    		return nil, errExpectedBool
    	}
    	return FromBool(!b), nil
    }
    
    func (e *ConditionOperand) evalNode(r Record, tableAlias string) (*Value, error) {
    	opVal, opErr := e.Operand.evalNode(r, tableAlias)
    	if opErr != nil || e.ConditionRHS == nil {
    		return opVal, opErr
    	}
    
    	// Need to evaluate the ConditionRHS
    	switch {
    	case e.ConditionRHS.Compare != nil:
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Sep 23 19:35:41 UTC 2024
    - 12K bytes
    - Viewed (0)
Back to top