regular

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: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegularInstr

func RegularInstr(expr, pat string, pos, occurrence int64, return_option uint8, match_type string) (int64, error)

func RegularInstrWithArrays

func RegularInstrWithArrays(expr, pat []string, pos, occ []int64, return_option []uint8, match_type []string, exprN, patN, rns *nulls.Nulls, rs []int64, maxLen int) error

func RegularInstrWithReg

func RegularInstrWithReg(expr string, pat *regexp.Regexp, pos, occurrence int64, return_option uint8, match_type string) (int64, error)

func RegularLike

func RegularLike(expr, pat, match_type string) (bool, error)

func RegularLikeWithArrays

func RegularLikeWithArrays(expr, pat []string, match_type []string, exprN, patN, rns *nulls.Nulls, rs []bool, maxLen int) error

func RegularReplace

func RegularReplace(expr, pat, repl string, pos, occurrence int64, match_type string) (string, error)

func RegularReplaceWithArrays

func RegularReplaceWithArrays(expr, pat, rpls []string, pos, occ []int64, match_type []string, exprN, patN, rplN *nulls.Nulls, resultVector *vector.Vector, proc *process.Process, maxLen int) error

func RegularReplaceWithReg

func RegularReplaceWithReg(expr string, pat *regexp.Regexp, repl string, pos, occurrence int64, match_type string) (string, error)

func RegularSubstr

func RegularSubstr(expr, pat string, pos, occurrence int64, match_type string) ([]string, error)

func RegularSubstrWithArrays

func RegularSubstrWithArrays(expr, pat []string, pos, occ []int64, match_type []string, exprN, patN *nulls.Nulls, resultVector *vector.Vector, proc *process.Process, maxLen int) error

func RegularSubstrWithReg

func RegularSubstrWithReg(expr string, pat *regexp.Regexp, pos, occurrence int64, match_type string) ([]string, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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