Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var All = Fields()
View Source
var ParquetSchema = parquetSchema()
View Source
var Pool = memory.NewGoAllocator()
View Source
var Schema = arrow.NewSchema(All, nil)
Functions ¶
func NewFileReader ¶
func NewFileReader(r parquet.ReaderAtSeeker) *file.Reader
Types ¶
type Entry ¶
type Entry struct { Bounce int64 Session int64 Browser string BrowserVersion string City string Country string Domain string Duration time.Duration EntryPage string ExitPage string Host string ID uint64 Event string Os string OsVersion string Path string Referrer string ReferrerSource string Region string Screen string Timestamp int64 UtmCampaign string UtmContent string UtmMedium string UtmSource string UtmTerm string }
type MultiEntry ¶
type MultiEntry struct {
// contains filtered or unexported fields
}
func NewMulti ¶
func NewMulti() *MultiEntry
func (*MultiEntry) Append ¶
func (m *MultiEntry) Append(e *Entry)
func (*MultiEntry) Len ¶ added in v0.0.28
func (m *MultiEntry) Len() int
func (*MultiEntry) Release ¶
func (m *MultiEntry) Release()
func (*MultiEntry) Reset ¶
func (m *MultiEntry) Reset()
type ReadResult ¶ added in v0.0.29
func ReadColumns ¶ added in v0.0.29
Click to show internal directories.
Click to hide internal directories.