MCPcopy Create free account
hub / github.com/questdb/questdb / $

Method $

core/src/main/java/io/questdb/griffin/SqlException.java:48–50  ·  view source on GitHub ↗
(int position, CharSequence message)

Source from the content-addressed store, hash-verified

46 private int position;
47
48 public static SqlException $(int position, CharSequence message) {
49 return position(position).put(message);
50 }
51
52 public static SqlException $(int position, long addrLo, long addrHi) {
53 return position(position).put(addrLo, addrHi);

Callers 15

assertReaderMethod · 0.95
assertReaderMethod · 0.95
testSinkableMethod · 0.95
testBindVarTypeChangeMethod · 0.95
executeMethod · 0.95
cannotCopyRemoteMethod · 0.95
compileAndValidateMethod · 0.95
assignExportEntryMethod · 0.95

Calls 2

positionMethod · 0.95
putMethod · 0.65

Tested by 9

assertReaderMethod · 0.76
assertReaderMethod · 0.76
testSinkableMethod · 0.76
testBindVarTypeChangeMethod · 0.76
newInstanceMethod · 0.76
newInstanceMethod · 0.76
newInstanceMethod · 0.76
newInstanceMethod · 0.76