Home
last modified time | relevance | path

Searched refs:toThriftVisitor (Results 1 – 1 of 1) sorted by relevance

/dports/databases/arrow/apache-arrow-6.0.1/go/parquet/schema/
H A Dschema.go246 type toThriftVisitor struct { struct
250 func (t *toThriftVisitor) VisitPre(n Node) bool { argument
255 func (t *toThriftVisitor) VisitPost(Node) {} argument
260 t := &toThriftVisitor{make([]*format.SchemaElement, 0)}