Documentation
¶
Index ¶
- type Client
- func (c *Client) GetTablePreview(_ context.Context, partitionValue string, table *odps.Table, maxRows int) (previewFields []string, previewRows *structpb.ListValue, err error)
- 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetTablePreview ¶ added in v0.11.1
func (*Client) GetTableSchema ¶
func (*Client) GetTableSchema(_ context.Context, table *odps.Table) (string, *tableschema.TableSchema, error)
func (*Client) ListSchema ¶
Click to show internal directories.
Click to hide internal directories.