Documentation ¶
Index ¶
- Constants
- func BtConstAndConst(s string, expr []byte) (bool, error)
- func BtConstAndSliceNull(p string, exprs [][]byte, ns *nulls.Nulls, rs []bool) ([]bool, error)
- func BtSliceAndConst(xs []string, expr []byte, rs []bool) ([]bool, error)
- func BtSliceAndSlice(xs []string, exprs [][]byte, rs []bool) ([]bool, error)
- func BtSliceNullAndConst(xs []string, expr []byte, ns *nulls.Nulls, rs []bool) ([]bool, error)
- func BtSliceNullAndSliceNull(xs []string, exprs [][]byte, ns *nulls.Nulls, rs []bool) ([]bool, error)
Constants ¶
View Source
const (
DEFAULT_ESCAPE_CHAR = '\\'
)
Variables ¶
This section is empty.
Functions ¶
func BtConstAndConst ¶
'source' like 'rule'
func BtConstAndSliceNull ¶
'source' like <rule column>
func BtSliceAndConst ¶
<source column> like 'rule' XXX: rs here is the selection list.
func BtSliceAndSlice ¶
<source column> like <rule column>
func BtSliceNullAndConst ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.