duanhuo0577 2019-08-06 22:44
浏览 818

如何读取ORC文件元数据?

I am trying to read an ORC file using the Go github.com/scritchley/orc package. I am able to read the content of the ORC file but I also wanted to read the ORC metadata. I can't find a straight forward of doing that with the package.

The example from the package:

r, err := orc.Open(localFileName)
if err != nil {
    log.Fatal(err)
}
defer r.Close()
logging.Info("reader returned")

// Create a new Cursor reading the provided columns.
c := r.Select()

// Iterate over each stripe in the file.
for c.Stripes() {

    // Iterate over each row in the stripe.
    for c.Next() {

        // Retrieve a slice of interface values for the current row.
        log.Println(c.Row())

    }

}

if err := c.Err(); err != nil {
    log.Fatal(err)
}
  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 素材场景中光线烘焙后灯光失效
    • ¥15 请教一下各位,为什么我这个没有实现模拟点击
    • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
    • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
    • ¥20 有关区间dp的问题求解
    • ¥15 多电路系统共用电源的串扰问题
    • ¥15 slam rangenet++配置
    • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
    • ¥15 ubuntu子系统密码忘记
    • ¥15 保护模式-系统加载-段寄存器