public class SqlLikeChainChecker extends Object
This has 4 chain scenarios cases in it (has no escaping or single char wildcards) 1) anchored left "abc%def%" 2) anchored right "%abc%def" 3) unanchored "%abc%def%" 4) anchored on both sides "abc%def"
| Constructor and Description |
|---|
SqlLikeChainChecker(String pattern) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
check(org.apache.flink.table.data.binary.BinaryStringData str) |
public SqlLikeChainChecker(String pattern)
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.