MCPcopy
hub / github.com/uber/aresdb / SortItemContext

Struct SortItemContext

query/sql/antlrgen/sqlbase_parser.go:2018–2023  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2016}
2017
2018type SortItemContext struct {
2019 *antlr.BaseParserRuleContext
2020 parser antlr.Parser
2021 ordering antlr.Token
2022 nullOrdering antlr.Token
2023}
2024
2025func NewEmptySortItemContext() *SortItemContext {
2026 var p = new(SortItemContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected