OmniSciDB
b24e664e58
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
encodetypes.h
Go to the documentation of this file.
1
/*
2
* Copyright 2017 MapD Technologies, Inc.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
6
* You may obtain a copy of the License at
7
*
8
* http://www.apache.org/licenses/LICENSE-2.0
9
*
10
* Unless required by applicable law or agreed to in writing, software
11
* distributed under the License is distributed on an "AS IS" BASIS,
12
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*/
16
17
#ifndef ENCODETYPES_H
18
#define ENCODETYPES_H
19
20
enum
EncodingAlgo
{
NONE
= 0,
FIXED
= 1,
DIFFERENTIAL
= 2 };
21
22
enum
EncodingType
{
23
kINT8
= 0,
24
kINT16
= 1,
25
kINT32
= 2,
26
kINT64
= 3,
27
kUINT8
= 4,
28
kUINT16
= 5,
29
kUINT32
= 6,
30
kUINT64
= 7
31
};
32
33
#endif // ENCODETYPES_H
kUINT32
Definition:
encodetypes.h:29
kINT16
Definition:
encodetypes.h:24
EncodingType
EncodingType
Definition:
encodetypes.h:22
kINT64
Definition:
encodetypes.h:26
DIFFERENTIAL
Definition:
encodetypes.h:20
kUINT8
Definition:
encodetypes.h:27
kINT8
Definition:
encodetypes.h:23
kINT32
Definition:
encodetypes.h:25
FIXED
Definition:
encodetypes.h:20
NONE
Definition:
encodetypes.h:20
kUINT16
Definition:
encodetypes.h:28
EncodingAlgo
EncodingAlgo
Definition:
encodetypes.h:20
kUINT64
Definition:
encodetypes.h:30
Shared
encodetypes.h
Generated on Wed Dec 11 2019 18:24:40 for OmniSciDB by
1.8.5