Documentation
¶
Overview ¶
Package kernels is a generated protocol buffer package.
It is generated from these files:
tensorflow/contrib/cloud/kernels/bigquery_table_partition.proto
It has these top-level messages:
BigQueryTablePartition
Index ¶
- type BigQueryTablePartition
- func (*BigQueryTablePartition) Descriptor() ([]byte, []int)
- func (m *BigQueryTablePartition) GetEndIndex() int64
- func (m *BigQueryTablePartition) GetStartIndex() int64
- func (*BigQueryTablePartition) ProtoMessage()
- func (m *BigQueryTablePartition) Reset()
- func (m *BigQueryTablePartition) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BigQueryTablePartition ¶
type BigQueryTablePartition struct { // [start_index, end_index] specify the boundaries of a partition. // If end_index is -1, every row starting from start_index is part of the // partition. StartIndex int64 `protobuf:"varint,1,opt,name=start_index,json=startIndex" json:"start_index,omitempty"` EndIndex int64 `protobuf:"varint,2,opt,name=end_index,json=endIndex" json:"end_index,omitempty"` }
This proto specifies a table partition in BigQuery.
func (*BigQueryTablePartition) Descriptor ¶
func (*BigQueryTablePartition) Descriptor() ([]byte, []int)
func (*BigQueryTablePartition) GetEndIndex ¶
func (m *BigQueryTablePartition) GetEndIndex() int64
func (*BigQueryTablePartition) GetStartIndex ¶
func (m *BigQueryTablePartition) GetStartIndex() int64
func (*BigQueryTablePartition) ProtoMessage ¶
func (*BigQueryTablePartition) ProtoMessage()
func (*BigQueryTablePartition) Reset ¶
func (m *BigQueryTablePartition) Reset()
func (*BigQueryTablePartition) String ¶
func (m *BigQueryTablePartition) String() string
Click to show internal directories.
Click to hide internal directories.