like

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 29, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DEFAULT_ESCAPE_CHAR = '\\'
)

Variables

This section is empty.

Functions

func BtConstAndConst

func BtConstAndConst(s string, expr []byte) (bool, error)

'source' like 'rule'

func BtConstAndSliceNull

func BtConstAndSliceNull(p string, exprs [][]byte, ns *nulls.Nulls, rs []bool) ([]bool, error)

'source' like <rule column>

func BtSliceAndConst

func BtSliceAndConst(xs []string, expr []byte, rs []bool) ([]bool, error)

<source column> like 'rule' XXX: rs here is the selection list.

func BtSliceAndSlice

func BtSliceAndSlice(xs []string, exprs [][]byte, rs []bool) ([]bool, error)

<source column> like <rule column>

func BtSliceNullAndConst

func BtSliceNullAndConst(xs []string, expr []byte, ns *nulls.Nulls, rs []bool) ([]bool, error)

func BtSliceNullAndSliceNull

func BtSliceNullAndSliceNull(xs []string, exprs [][]byte, ns *nulls.Nulls, rs []bool) ([]bool, error)

<source column may contains null> like

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL