featurebase/server
Travis Turner 5c76ad5e70 Move batch.Importer interface to pilosa.Importer (#2347)
* Move batch.Importer interface to pilosa.Importer

In addition to moving the interface, it updates all the methods to use
dax.TableID (for example) intead of a string pilosa index name.

* Change unused onPremImporter methods to no-op.

onPremImporter is a wrapper around API which implements the Importer
interface. This is currently only used by sql3 running locally in standard
(i.e not "serverless") mode. Because sql3 always sets
`useShardTransactionalEndpoint = true`, There are several methods which this
implemtation of the Importer interface does not use, and therefore they
intentionally no-op.

(cherry picked from commit 12d608c80d)
2022-12-12 09:01:20 -08:00
..
testdata/certs Updated code to latest version for open-sourcing. 2022-09-02 13:23:39 -07:00
cluster_test.go Updated dependency paths to reflect new repo location 2022-09-06 09:39:22 -07:00
config.go Introduce ServiceManager and Refactor DAX Integration tests (#2320) 2022-12-12 09:01:20 -08:00
config_internal_test.go Updated code to latest version for open-sourcing. 2022-09-02 13:23:39 -07:00
config_test.go Updated dependency paths to reflect new repo location 2022-09-06 09:39:22 -07:00
dup.go Updated code to latest version for open-sourcing. 2022-09-02 13:23:39 -07:00
dup_arm64.go Updated code to latest version for open-sourcing. 2022-09-02 13:23:39 -07:00
grpc.go Dataframe (#2241) 2022-12-12 09:01:20 -08:00
grpc_internal_test.go Dataframe (#2241) 2022-12-12 09:01:20 -08:00
grpc_test.go Stop using string keys in contexts 2022-11-15 11:32:03 -08:00
handler_test.go Stop using string keys in contexts 2022-11-15 11:32:03 -08:00
server.go Move batch.Importer interface to pilosa.Importer (#2347) 2022-12-12 09:01:20 -08:00
server_internal_test.go Updated code to latest version for open-sourcing. 2022-09-02 13:23:39 -07:00
server_test.go Add DAX - full list of squashed commits below 2022-12-12 09:01:20 -08:00
sql.go Updated dependency paths to reflect new repo location 2022-09-06 09:39:22 -07:00
tlsconfig.go fix: updating code to meet linting requirements (#2171) 2022-09-29 12:34:29 -04:00
tlsconfig_test.go Updated dependency paths to reflect new repo location 2022-09-06 09:39:22 -07:00
trial.go Updated dependency paths to reflect new repo location 2022-09-06 09:39:22 -07:00