Versions in this module Expand all Collapse all v0 v0.11.1 Dec 17, 2024 Changes in this version type Client + func (c *Client) GetTablePreview(_ context.Context, partitionValue string, table *odps.Table, maxRows int) (previewFields []string, previewRows *structpb.ListValue, err error) v0.11.0 Dec 2, 2024 Changes in this version + type Client struct + func New(conf config.Config) *Client + func (*Client) GetTableSchema(_ context.Context, table *odps.Table) (string, *tableschema.TableSchema, error) + func (c *Client) ListSchema(context.Context) (schemas []*odps.Schema, err error) + func (c *Client) ListTable(_ context.Context, schemaName string) (tables []*odps.Table, err error)