Home
last modified time | relevance | path

Searched defs:IntLogicalType (Results 1 – 1 of 1) sorted by relevance

/dports/databases/arrow/apache-arrow-6.0.1/go/parquet/schema/
H A Dlogical_types.go740 type IntLogicalType struct { struct
741 baseLogicalType
742 typ *format.IntType
745 func (t IntLogicalType) BitWidth() int8 {
749 func (t IntLogicalType) IsSigned() bool {
753 func (t IntLogicalType) SortOrder() SortOrder {
760 func (t IntLogicalType) MarshalJSON() ([]byte, error) {
766 func (t IntLogicalType) String() string {
806 func (t IntLogicalType) IsApplicable(typ parquet.Type, _ int32) bool {
811 func (t IntLogicalType) toThrift() *format.LogicalType {
[all …]