Documentation
¶
Index ¶
- func LoadArrowTable(client interface{}, table Table, fileId string) (arrow.Table, error)
- func LoadAsArrowTable(url string, fileno int) (arrow.Table, error)
- func NewSharingClient(Ctx context.Context, ProfileFile string, cacheDir string) (*sharingClient, error)
- func NewSharingClientFromString(Ctx context.Context, ProfileString string, cacheDir string) (*sharingClient, error)
- type CDFFile
- type CdfOptions
- type DSErr
- type DataChangeFile
- type File
- type RemoveFile
- type Table
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadArrowTable ¶
func NewSharingClient ¶
Types ¶
type CdfOptions ¶
type DataChangeFile ¶
type DataChangeFile struct {
File
}
type File ¶
type File struct { Url string `json:"url"` Id string `json:"id"` PartitionValues map[string]string `json:"partitionValues"` Size float32 `json:"size"` Stats string `json:"stats,omitempty"` Timestamp float32 `json:"timestamp,omitempty"` Version int32 `json:"version,omitempty"` ExpirationTimestamp int32 `json:"expirationTimestamp,omitempty"` }
type RemoveFile ¶
type RemoveFile struct {
File
}
Click to show internal directories.
Click to hide internal directories.