MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / In

Method In

pkg/sql/scanner/scan.go:78–80  ·  view source on GitHub ↗

In returns the input string.

()

Source from the content-addressed store, hash-verified

76
77// In returns the input string.
78func (s *Scanner) In() string {
79 return s.in
80}
81
82// Pos returns the current position being lexed.
83func (s *Scanner) Pos() int {

Callers 11

scanOneStmtMethod · 0.80
PGWireFormatTimestampFunction · 0.80
MakeDTimestampTZFromDateFunction · 0.80
AddTimeZoneMethod · 0.80
AsJSONFunction · 0.80
scanFnBlockMethod · 0.80
scanMethod · 0.80
MakeTimeTZFromLocationFunction · 0.80
ToTimeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected