Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/calcite
/ builder
Method
builder
core/src/main/java/org/apache/calcite/runtime/Pattern.java:35–35 ·
view source on GitHub ↗
Creates a builder.
()
Source
from the content-addressed store, hash-verified
33
34
/** Creates a builder. */
35
static
PatternBuilder builder() {
36
return
new
PatternBuilder();
37
}
38
Callers
15
convertAutomaton
Method · 0.95
convertAutomaton2
Method · 0.95
convertAutomaton3
Method · 0.95
convertAutomaton4
Method · 0.95
testMatch
Method · 0.95
testSimple
Method · 0.95
testSequence
Method · 0.95
testStar
Method · 0.95
testPlus
Method · 0.95
testOr
Method · 0.95
testOptional
Method · 0.95
checkRepeat
Method · 0.95
Implementers
1
AbstractPattern
core/src/main/java/org/apache/calcite/
Calls
no outgoing calls
Tested by
15
convertAutomaton
Method · 0.76
convertAutomaton2
Method · 0.76
convertAutomaton3
Method · 0.76
convertAutomaton4
Method · 0.76
testMatch
Method · 0.76
testSimple
Method · 0.76
testSequence
Method · 0.76
testStar
Method · 0.76
testPlus
Method · 0.76
testOr
Method · 0.76
testOptional
Method · 0.76
checkRepeat
Method · 0.76