Home
last modified time | relevance | path

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

/dports/databases/arrow/apache-arrow-6.0.1/go/parquet/schema/
H A Dschema_element_test.go77 type SchemaElementConstructionSuite struct { struct
78 suite.Suite
81 …emaElementConstructionSuite) reconstruct(c schemaElementConstructArgs) *schemaElementConstruction {
107 func (s *SchemaElementConstructionSuite) inspect(c *schemaElementConstruction) {
122 func (s *SchemaElementConstructionSuite) TestSimple() {
195 func (s *SchemaElementConstructionSuite) inspectDecimal(d *decimalSchemaElementConstruction) {
203 func (s *SchemaElementConstructionSuite) TestDecimal() {
248 func (s *SchemaElementConstructionSuite) inspectTemporal(t *temporalSchemaElementConstruction) {
264 func (s *SchemaElementConstructionSuite) TestTemporal() {
366 func (s *SchemaElementConstructionSuite) inspectInt(i *intSchemaElementConstruction) {
[all …]