MCPcopy 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

convertAutomatonMethod · 0.95
convertAutomaton2Method · 0.95
convertAutomaton3Method · 0.95
convertAutomaton4Method · 0.95
testMatchMethod · 0.95
testSimpleMethod · 0.95
testSequenceMethod · 0.95
testStarMethod · 0.95
testPlusMethod · 0.95
testOrMethod · 0.95
testOptionalMethod · 0.95
checkRepeatMethod · 0.95

Implementers 1

AbstractPatterncore/src/main/java/org/apache/calcite/

Calls

no outgoing calls

Tested by 15

convertAutomatonMethod · 0.76
convertAutomaton2Method · 0.76
convertAutomaton3Method · 0.76
convertAutomaton4Method · 0.76
testMatchMethod · 0.76
testSimpleMethod · 0.76
testSequenceMethod · 0.76
testStarMethod · 0.76
testPlusMethod · 0.76
testOrMethod · 0.76
testOptionalMethod · 0.76
checkRepeatMethod · 0.76